Klawr.ClrHost.Managed.SafeHandles.UObjectHandle.UObjectHandle C# (CSharp) Method

UObjectHandle() public method

Construct a new handle.
This constructor is used by the interop code, user code should not invoke it.
public UObjectHandle ( ) : System
return System
        public UObjectHandle()
            : base(IntPtr.Zero, true)
        {
        }

Same methods

UObjectHandle::UObjectHandle ( IntPtr nativeObject, bool ownsHandle ) : System