FormSuite v6.0 - Updated
Dispose(Boolean) Method




Accusoft.FormsAPI.Net Assembly > Accusoft.Forms Namespace > Processor Class > Dispose Method : Dispose(Boolean) Method
A value indicating whether this method is being called from IDisposable.Dispose().
Dispose of managed and unmanaged resources owned by this class.
Syntax
'Declaration
 
Protected Overloads Overridable Sub Dispose( _
   ByVal disposing As Boolean _
) 
'Usage
 
Dim instance As Processor
Dim disposing As Boolean
 
instance.Dispose(disposing)
protected virtual void Dispose( 
   bool disposing
)
protected: virtual void Dispose( 
   bool disposing
) 
protected:
virtual void Dispose( 
   bool disposing
) 

Parameters

disposing
A value indicating whether this method is being called from IDisposable.Dispose().
Remarks
Managed resources are disposed by this method only if disposing is true.
See Also

Reference

Processor Class
Processor Members
Overload List

Is this page helpful?
Yes No
Thanks for your feedback.