 | AbortableVolatileWrite(UInt16, UInt16) Method |
Leads to Thread.VolatileWrite(...).
Namespace: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
Syntaxpublic static void VolatileWrite(
ref ushort? address,
ushort value
)
Public Shared Sub VolatileWrite (
ByRef address As UShort,
value As UShort
)
public:
static void VolatileWrite(
unsigned short% address,
unsigned short value
)
static member VolatileWrite :
address : uint16 byref *
value : uint16 -> unit
Parameters
- address UInt16
- address
- value UInt16
- value
See also