SRECRecordGetAddress Method |
Gets the memory address associated with this record.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public ulong GetAddress()
Public Function GetAddress As ULong
public:
unsigned long long GetAddress()
member GetAddress : unit -> uint64
Return Value
Type:
UInt64The memory address associated with this record.
See Also