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



Accusoft.FormFixSdk Namespace > RegistrationResult 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
'Declaration
 
Protected Overloads Overridable Sub Dispose( _
   ByVal disposing As Boolean _
) 
'Usage
 
Dim instance As RegistrationResult
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

RegistrationResult Class
RegistrationResult Members
Overload List

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