 | AbortableVolatileWrite(UInt32, UInt32) Methode |
Leads to Thread.VolatileWrite(...).
Namensraum: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+6e6ab0c4fed8e24cd32ff9136ecb6b264898a6a9
Syntaxpublic static void VolatileWrite(
ref uint? address,
uint value
)
Public Shared Sub VolatileWrite (
ByRef address As UInteger,
value As UInteger
)
public:
static void VolatileWrite(
unsigned int% address,
unsigned int value
)
static member VolatileWrite :
address : uint32 byref *
value : uint32 -> unit
Parameter
- address UInt32
- address
- value UInt32
- value
Siehe auch