System.Runtime.InteropServices.GCHandle.InternalCompareExchange C# (CSharp) 메소드

InternalCompareExchange() 개인적인 메소드

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