UInt32Ptr Structure
Represents an 32-Bit Pointer (Process independant)
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229
Syntax
C#
public struct UInt32Ptr
The UInt32Ptr type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the UInt32Ptr struct. | |
|
Initializes a new instance of the UInt32Ptr struct. | |
|
Initializes a new instance of the UInt32Ptr struct. |
Methods
|
Name |
Description |
---|---|---|
|
Adds an offset to the pointer. | |
|
Determines whether the specified Object is equal to this instance. (Overrides ValueType.Equals(Object).) | |
|
Returns a hash code for this instance. (Overrides ValueType.GetHashCode..) | |
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
Subtracts an offset from the specified pointer. | |
|
Converts this 32-Pointer object to an unsafe void* pointer | |
|
Returns a String that represents this instance. (Overrides ValueType.ToString..) | |
|
Converts the 32-Bit Pointer to uint | |
|
Converts the 32-Bit Pointer to ulong. |
Operators
|
Name |
Description |
---|---|---|
|
Implements the + operator. | |
|
Implements the == operator. | |
|
Performs an explicit conversion from UInt32 to UInt32Ptr. | |
|
Performs an explicit conversion from UInt32Ptr to UInt32. | |
|
Performs an explicit conversion from UInt32Ptr to UInt64. | |
|
Performs an explicit conversion from UInt32Ptr to UIntPtr. | |
|
Performs an explicit conversion from UInt32Ptr to Void. | |
|
Performs an explicit conversion from UInt64 to UInt32Ptr. | |
|
Performs an explicit conversion from UInt64Ptr to UInt32Ptr. | |
|
Performs an explicit conversion from Void to UInt32Ptr. | |
|
Implements the != operator. | |
|
Implements the - operator. |