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