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