System.Runtime.InteropServices.GCHandle.InternalCompareExchange C# (CSharp) Method

InternalCompareExchange() private method

private InternalCompareExchange ( IntPtr handle, Object value, Object oldValue, bool isPinned ) : Object
handle System.IntPtr
value Object
oldValue Object
isPinned bool
return Object
        internal static extern Object InternalCompareExchange(IntPtr handle, Object value, Object oldValue, bool isPinned);
        [MethodImplAttribute(MethodImplOptions.InternalCall)]