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