 | AbortableVolatileWrite(Byte, Byte) Methode |
Leads to Thread.VolatileWrite(...).
Namensraum: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+6e6ab0c4fed8e24cd32ff9136ecb6b264898a6a9
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
Parameter
- address Byte
- address
- value Byte
- value
Siehe auch