Constructor LlvmObjectRef
LlvmObjectRef(Boolean)
Initializes a new instance of the LlvmObjectRef class with the specified value
Declaration
protected LlvmObjectRef(bool ownsHandle)
Parameters
protected LlvmObjectRef(bool ownsHandle)
Boolean | ownsHandle | true to reliably let System.Runtime.InteropServices.SafeHandle release the handle during the finalization phase; otherwise, false (not recommended). |