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

Alloc() private method

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

Same methods

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