SRECRecordSetAddress Method |
Sets 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 void SetAddress(
ulong address
)
Public Sub SetAddress (
address As ULong
)
public:
void SetAddress(
unsigned long long address
)
member SetAddress :
address : uint64 -> unit
Parameters
- address
- Type: SystemUInt64
The memory address associated with this record.
See Also