Accusoft.Forms1 - Updated
Dispose(Boolean) Method



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
Protected Overloads Overridable Sub Dispose( _
   ByVal disposing As Boolean _
) 
Dim instance As Processor
Dim disposing As Boolean
 
instance.Dispose(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