ConsoleFontTable.Dispose Method (Boolean)
Releases the unmanaged resources used by the ConsoleFontTable and optionally releases the managed resources.
Namespace: Microsoft.WindowsServerSolutions.Console.Shared
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected virtual void Dispose(
bool disposing
)
protected:
virtual void Dispose(
bool disposing
)
Protected Overridable 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
ConsoleFontTable Class
Microsoft.WindowsServerSolutions.Console.Shared Namespace
Return to top