 | AbortableVolatileWrite(UInt64, UInt64) Method |
Leads to Thread.VolatileWrite(...).
Namespace: NetEti.ApplicationControlAssembly: NetEti.ProcessTools (in NetEti.ProcessTools.dll) Version: 1.0.0+3226eb04384bdec34e8eaa040302e1906383a7b4
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
Parameters
- address UInt64
- address
- value UInt64
- value
See also