UInt64Ptr Structure
Represents an 64-Bit Pointer (Process independant)
Inheritance Hierarchy
SystemObject
SystemValueType
TwinCAT.TypeSystemUInt64Ptr
Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads.Abstractions (in
TwinCAT.Ads.Abstractions.dll) Version:
7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470
Syntax
C#
public struct UInt64PtrThe UInt64Ptr type exposes the following members.
Constructors
|
|
Name |
Description |
|---|---|---|
|
|
Initializes a new instance of the UInt64Ptr struct. | |
|
|
Initializes a new instance of the UInt64Ptr struct. |
Properties
|
|
Name |
Description |
|---|---|---|
|
|
Gets a value indicating whether this Pointer is NULL | |
|
|
Gets the size (8-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. | |
|
|
Substracts an offset from the pointer. | |
|
|
Converts this 64-Pointer object to an unsafe void* pointer | |
|
|
Returns a String that represents this
instance. | |
|
|
Converts this 64-Bit Pointer to an UInt32 value | |
|
|
Converts this 64-Bit Pointer to an UInt64 value |
Operators
|
|
Name |
Description |
|---|---|---|
|
|
Implements the + operator. | |
|
|
Implements the == operator. | |
|
|
Performs an explicit conversion from UInt32 to UInt64Ptr. | |
|
|
Performs an explicit conversion from UInt32Ptr to UInt64Ptr. | |
|
|
Performs an explicit conversion from UInt64 to UInt64Ptr. | |
|
|
Performs an explicit conversion from UInt64Ptr to UInt32. | |
|
|
Performs an explicit conversion from UInt64Ptr to UInt64. | |
|
|
Performs an explicit conversion from UInt64Ptr to UIntPtr. | |
|
|
Performs an explicit conversion from UInt64Ptr to Void. | |
|
|
Performs an explicit conversion from Void to UInt64Ptr. | |
|
|
Implements the != operator. | |
|
|
Subtracts an offset from the pointer. |
- TwinCAT.TypeSystem Namespace
- UInt64Ptr Constructor (UInt64)
- UInt64Ptr Constructor (Void.)
- UInt64Ptr.Size Property
- UInt64Ptr.Add Method
- UInt64Ptr.Equals Method
- UInt64Ptr.GetHashCode Method
- UInt64Ptr.Subtract Method
- UInt64Ptr.ToPointer Method
- UInt64Ptr.ToString Method
- UInt64Ptr.ToUInt32 Method
- UInt64Ptr.ToUInt64 Method
- UInt64Ptr.Addition Operator
- UInt64Ptr.Equality Operator
- UInt64Ptr . Conversion (UInt32 to UInt64Ptr)
- UInt64Ptr . Conversion (UInt32Ptr to UInt64Ptr)
- UInt64Ptr . Conversion (UInt64 to UInt64Ptr)
- UInt64Ptr . Conversion (UInt64Ptr to UInt32)
- UInt64Ptr . Conversion (UInt64Ptr to UInt64)
- UInt64Ptr . Conversion (UInt64Ptr to UIntPtr)
- UInt64Ptr . Conversion (UInt64Ptr to Void.)
- UInt64Ptr . Conversion (Void. to UInt64Ptr)
- UInt64Ptr.Inequality Operator
- UInt64Ptr.Subtraction Operator
- UInt64Ptr.Zero Field