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