UInt64Ptr Structure
Represents an 64-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 UInt64Ptr
The 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. |
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.) |
|
Substracts an offset from the pointer. | |
|
Converts this 64-Pointer object to an unsafe void* pointer | |
|
Returns a String that represents this instance. (Overrides ValueType.ToString..) | |
|
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. |