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