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

Alloc() private méthode

private Alloc ( Object value ) : GCHandle
value Object
Résultat GCHandle
        public static GCHandle Alloc(Object value)
        {
            return new GCHandle(value, GCHandleType.Normal);
        }

Same methods

GCHandle::Alloc ( Object value, GCHandleType type ) : GCHandle