←Select platform

Dispose(Boolean) Method

Summary

Releases all resources used by this object.

Syntax

C#
VB
C++
protected virtual void Dispose(  
   bool disposing 
) 
  
Protected Overloads Overridable Sub Dispose( _ 
   ByVal disposing As Boolean _ 
)  
protected: 
virtual void Dispose(  
   bool disposing 
)  

Parameters

disposing
true if this method was called as a result of calling Dispose; false if this method was called as a result of object finalization.

Remarks

Derived classes should override this method and provide any clean-up code required here.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations Assembly
Click or drag to resize