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