 | AbortableVolatileRead(UInt32) Methode |
Leads to Thread.VolatileRead(...).
Namensraum: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+6e6ab0c4fed8e24cd32ff9136ecb6b264898a6a9
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
Parameter
- address UInt32
- address
Rückgabewert
UInt32uint
Siehe auch