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