Accusoft.Forms1 - Updated
Dispose(Boolean) Method



Accusoft.FormFixSdk Namespace > DropOutProcessor Class > Dispose Method : Dispose(Boolean) Method
Inidicates whether the caller was Dispose (true) or the finalizer (false).
Common protected Dispose method for standard Dispose pattern. Called by IDisposable.Dispose() and the finalizer.
Syntax
Protected Overloads Overridable Sub Dispose( _
   ByVal disposing As Boolean _
) 
Dim instance As DropOutProcessor
Dim disposing As Boolean
 
instance.Dispose(disposing)
protected virtual void Dispose( 
   bool disposing
)
protected:
virtual void Dispose( 
   bool disposing
) 

Parameters

disposing
Inidicates whether the caller was Dispose (true) or the finalizer (false).
See Also

Reference

DropOutProcessor Class
DropOutProcessor Members
Overload List