 | AbortableVolatileRead(UInt64) Method |
Leads to Thread.VolatileRead(...).
Namespace: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
Syntaxpublic static ulong VolatileRead(
ref ulong? address
)
Public Shared Function VolatileRead (
ByRef address As ULong
) As ULong
public:
static unsigned long long VolatileRead(
unsigned long long% address
)
static member VolatileRead :
address : uint64 byref -> uint64
Parameters
- address UInt64
- address
Return value
UInt64ulong
See also