System.Runtime.InteropServices.GCHandle.InternalSet C# (CSharp) Метод

InternalSet() приватный Метод

private InternalSet ( IntPtr handle, Object value, bool isPinned ) : void
handle System.IntPtr
value Object
isPinned bool
Результат void
        internal static extern void InternalSet(IntPtr handle, Object value, bool isPinned);
        [MethodImplAttribute(MethodImplOptions.InternalCall)]