Table of Contents

Method Dispose

Namespace
Ubiquity.NET.Llvm.OrcJITv2
Assembly
Ubiquity.NET.Llvm.dll

Dispose(bool)

Abstract method that is implemented by derived types to perform the dispose operation

protected override void Dispose(bool disposing)

Parameters

disposing bool

Indicates if this is a dispose or finalize operation

Remarks

For this class, this is an idempotent method. This allows MOVE semantics for native code to function and callers remain oblivious. Callers should always call this for correctness if it was successfully moved to native code then such a call is a NOP.