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