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