UInt32Ptr Structure
Represents an 32-Bit Pointer (Process independant)
Inheritance Hierarchy
SystemObject
SystemValueType
TwinCAT.TypeSystemUInt32Ptr
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. |
- TwinCAT.TypeSystem Namespace
- UInt32Ptr Constructor (UInt32)
- UInt32Ptr Constructor (Void.)
- UInt32Ptr.Size Property
- UInt32Ptr.Add Method
- UInt32Ptr.Equals Method
- UInt32Ptr.GetHashCode Method
- UInt32Ptr.Subtract Method
- UInt32Ptr.ToPointer Method
- UInt32Ptr.ToString Method
- UInt32Ptr.ToUInt32 Method
- UInt32Ptr.ToUInt64 Method
- UInt32Ptr.Addition Operator
- UInt32Ptr.Equality Operator
- UInt32Ptr . Conversion (UInt32 to UInt32Ptr)
- UInt32Ptr . Conversion (UInt32Ptr to UInt32)
- UInt32Ptr . Conversion (UInt32Ptr to UInt64)
- UInt32Ptr . Conversion (UInt32Ptr to UIntPtr)
- UInt32Ptr . Conversion (UInt32Ptr to Void.)
- UInt32Ptr . Conversion (UInt64 to UInt32Ptr)
- UInt32Ptr . Conversion (UInt64Ptr to UInt32Ptr)
- UInt32Ptr . Conversion (Void. to UInt32Ptr)
- UInt32Ptr.Inequality Operator
- UInt32Ptr.Subtraction Operator
- UInt32Ptr.Zero Field