←Select platform

Dispose Method

Summary

Releases all resources used by this object.

Syntax

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

Parameters

disposing
true if this method was called as a result of calling Dispose(boolean); 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly