Method Dispose
Dispose(Boolean)
Disposes the context to release unmanaged resources deterministically
Declaration
protected override void Dispose(bool disposing)
Parameters
protected override void Dispose(bool disposing)
Boolean | disposing | Indicates whether this is from a call to Dispose (true) or if from a finalizer |
Overrides
Ubiquity.NET.Llvm.Interop.DisposableObject.Dispose(System.Boolean)
Remarks
If disposing
is true then this will release managed and unmanaged resources.
Otherwise, this will only release the native/unmanaged resources.