Click or drag to resize
Llvm.NET LogoInstructionBuilderDispose Method (Boolean)

[This is preliminary documentation and is subject to change.]

Releases the unmanaged resources used by the InstructionBuilder and optionally releases the managed resources

Namespace:  Llvm.NET.Instructions
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
protected virtual void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also