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