LinkLauncher.Dispose Method (Boolean)
Releases the unmanaged resources used by the LinkLauncher and optionally releases the managed resources.
Namespace: Microsoft.WindowsServerSolutions.Common.Controls
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected override void Dispose(
bool disposing
)
protected:
virtual void Dispose(
bool disposing
) override
Protected Overrides Sub Dispose (
disposing As Boolean
)
Parameters
disposing
Type: System.Booleantrue to release both managed and unmanaged resources; false to release only unmanaged resources.
See Also
DisposeāOverload
LinkLauncher Class
Microsoft.WindowsServerSolutions.Common.Controls Namespace
Return to top