.NET Framework Class Library
Interlocked..::.Exchange Method
Sets a variable to a specified value as an atomic operation.
|
| Name | Description |
|---|
.gif) .gif) | Exchange(Double%, Double) | Sets a double-precision floating point number to a specified value and returns the original value, as an atomic operation. |
.gif) .gif) .gif) .gif) | Exchange(Int32%, Int32) | Sets a 32-bit signed integer to a specified value and returns the original value, as an atomic operation. |
.gif) .gif) | Exchange(Int64%, Int64) | Sets a 64-bit signed integer to a specified value and returns the original value, as an atomic operation. |
.gif) .gif) | Exchange(IntPtr%, IntPtr) | Sets a platform-specific handle or pointer to a specified value and returns the original value, as an atomic operation. |
.gif) .gif) .gif) .gif) | Exchange(Object%, Object) | Sets an object to a specified value and returns a reference to the original object, as an atomic operation. |
.gif) .gif) | Exchange(Single%, Single) | Sets a single-precision floating point number to a specified value and returns the original value, as an atomic operation. |
.gif) .gif) .gif) .gif) | Exchange<(Of <(T>)>)(T%, T) | Sets a variable of the specified type T to a specified value and returns the original value, as an atomic operation. |
Top
Reference