Accusoft.FormFix5.Net
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
) 
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

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback