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

InternalSet() private method

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