UInt64Ptr Structure
Represents an 64-Bit Pointer (Process independant)
Inheritance Hierarchy
System.Object
System.ValueType
TwinCAT.TypeSystem.UInt64Ptr
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. |