FormFix v6.0 for .NET - Updated
Dispose(Boolean) Method



Accusoft.FormFixSdk Namespace > DropOutResult Class > Dispose Method : Dispose(Boolean) Method
A value indicating if this method is being called through the Dispose(Boolean) method or through the object's finalizer.
Disposes of resources owned by this object.
Syntax
'Declaration
 
Protected Overloads Overridable Sub Dispose( _
   ByVal disposing As Boolean _
) 
'Usage
 
Dim instance As DropOutResult
Dim disposing As Boolean
 
instance.Dispose(disposing)
protected virtual void Dispose( 
   bool disposing
)
protected:
virtual void Dispose( 
   bool disposing
) 

Parameters

disposing
A value indicating if this method is being called through the Dispose(Boolean) method or through the object's finalizer.
Remarks
If the value of disposing is true then managed and unmanaged resources will be disposed of, otherwise only unmanaged resources will be disposed of.
See Also

Reference

DropOutResult Class
DropOutResult Members
Overload List

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