System.Runtime.InteropServices.GCHandle.InternalSet C# (CSharp) Méthode

InternalSet() private méthode

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