Click or drag to resize

FormNewProcessDispose Method (Boolean)

Clean up any resources being used.

Namespace:  ConsoleControlSample
Assembly:  ConsoleControlSample (in ConsoleControlSample.exe) Version: 1.0.1.0 (1.0.1.0)
Syntax
C#
protected override void Dispose(
	bool disposing
)

Parameters

disposing
Type: SystemBoolean
true if managed resources should be disposed; otherwise, false.
See Also