UInt32Ptr Structure
Represents an 32-Bit Pointer (Process independant)
Inheritance Hierarchy
System.Object
System.ValueType
TwinCAT.TypeSystem.UInt32Ptr
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public struct UInt32PtrThe 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. |
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets a value indicating whether this Pointer is NULL | |
|
|
Gets the size (4-Byte) |
Methods
|
|
Name |
Description |
|---|---|---|
|
|
Adds an offset to the pointer. | |
|
|
Determines whether the specified Object is equal to this instance.
| |
|
|
Returns a hash code for this instance.
| |
|
|
Gets the Type of the current instance. | |
|
|
Subtracts an offset from the specified pointer. | |
|
|
Converts this 32-Pointer object to an unsafe void* pointer | |
|
|
Returns a String that represents this instance.
| |
|
|
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. |