GuiDriverToolStripDispose(Boolean) Method

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

Definition

Namespace: Metas.Instr.Gui
Assembly: Metas.Instr.Gui (in Metas.Instr.Gui.exe) Version: 2.8.9053.20266
C#
protected override void Dispose(
	bool disposing
)

Parameters

disposing  Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources

See Also