Spread for ASP.NET 8.0 Product Documentation
Dispose(Boolean) Method


true if managed resources should be disposed; otherwise, false.
Clean up any resources being used.
Syntax
'Declaration
 
Protected Overloads Overrides Sub Dispose( _
   ByVal disposing As Boolean _
) 
'Usage
 
Dim instance As ErrorForm
Dim disposing As Boolean
 
instance.Dispose(disposing)
protected override void Dispose( 
   bool disposing
)

Parameters

disposing
true if managed resources should be disposed; otherwise, false.
Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

ErrorForm Class
ErrorForm Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.