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