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



Accusoft.FormDirectorSdk Namespace > FormSetFile Class > Dispose Method : Dispose(Boolean) Method
Indicates whether the caller was Dispose (true) or the finalizer (false).
This method cleans up any resources being used.
Syntax
'Declaration
 
Protected Overloads Overrides Sub Dispose( _
   ByVal disposing As Boolean _
) 
'Usage
 
Dim instance As FormSetFile
Dim disposing As Boolean
 
instance.Dispose(disposing)
protected override void Dispose( 
   bool disposing
)
protected:
void Dispose( 
   bool disposing
) override 

Parameters

disposing
Indicates whether the caller was Dispose (true) or the finalizer (false).
Remarks
Dispose(bool disposing) executes in two distinct scenarios. If disposing equals true, the method has been called directly or indirectly by a user's code. Managed and unmanaged resources can be disposed. If disposing equals false, the method has been called by the runtime from inside the finalizer and you should not reference other objects. Only unmanaged resources can be disposed.
See Also

Reference

FormSetFile Class
FormSetFile Members
Overload List

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