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