PowerTCP Emulation for .NET CF
Dispose(Boolean) Method
See Also  Send comments on this topic.
Dart.Emulation Namespace > Vt Class > Dispose Method : Dispose(Boolean) Method




disposing
true when called by the Dispose() method.
Override this member to release resources.

Syntax

Visual Basic (Declaration) 
Protected Overloads Overrides Sub Dispose( _
   ByVal disposing As Boolean _
) 
Visual Basic (Usage)Copy Code
Dim instance As Vt
Dim disposing As Boolean
 
instance.Dispose(disposing)
C# 
protected override void Dispose( 
   bool disposing
)
Managed Extensions for C++ 
protected: void Dispose( 
   bool disposing
) override 
C++/CLI 
protected:
void Dispose( 
   bool disposing
) override 

Parameters

disposing
true when called by the Dispose() method.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.