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

Namespace: P4s3CrashReview
Assembly: P4s3CrashReview (in P4s3CrashReview.exe) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
protected override void Dispose(
	bool disposing
)
Visual Basic
Protected Overrides Sub Dispose ( 
	disposing As Boolean
)
Visual C++
protected:
virtual void Dispose(
	bool disposing
) override

Parameters

disposing
Type: System..::..Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources

See Also