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