←Select platform

Dispose(bool) Method

Summary

Frees unmanaged resources. In the overload, the disposing parameter is a Boolean that indicates whether the method call comes from a Dispose method (its value is true) or from a finalizer (its value is false).

Syntax
C#
C++/CLI
Python
protected virtual void Dispose( 
   bool disposing 
) 
protected:  
   virtual void Dispose( 
      bool disposing 
   ) 
def Dispose(self,disposing): 

Parameters

disposing

true to indicate object should free unmanaged resources; otherwise, false.

Requirements

Target Platforms

Help Version 22.0.2023.4.12
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Commands Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.