Interlocked.Exchange Method (IntPtr%, IntPtr)
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Sets a platform-specific handle or pointer to a specified value and returns the original value, as an atomic operation.
Assembly: mscorlib (in mscorlib.dll)
'Declaration Public Shared Function Exchange ( _ ByRef location1 As IntPtr, _ value As IntPtr _ ) As IntPtr
Parameters
- location1
- Type:
System.IntPtr
%
The variable to set to the specified value.
- value
- Type: System.IntPtr
The value to which the location1 parameter is set.
| Exception | Condition |
|---|---|
| NullReferenceException | The address of location1 is a null pointer. |
Show: