See also:
NTier Windows Forms Framework Home
NTier Framework API reference
Releases the unmanaged resources used by the
VSAddInConnect and optionally releases the managed resources
Namespace: NTier.Designer.VSAddInAssembly: NTier.Designer (in NTier.Designer.dll) Version: 1.0.0.0
Syntax
C# |
---|
protected virtual void Dispose(
bool disposing
) |
Visual Basic |
---|
Protected Overridable Sub Dispose (
disposing As Boolean
) |
Visual C++ |
---|
protected:
virtual void Dispose(
bool disposing
) |
Parameters
- disposing
- Type: System..::..Boolean
True to release both managed and unmanaged resources; false to release only unmanaged resources
See Also