Colorizer::Dispose Method ()
Visual Studio 2015
Disposes the object.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Call M:Namespace.Class.Dispose when you are finished using the Colorizer. The M:Namespace.Class.Dispose method leaves the Colorizer in an unusable state. After calling M:Namespace.Class.Dispose, you must release all references to the Colorizer so the garbage collector can reclaim the memory that the Colorizer was occupying. For more information, see Cleaning Up Unmanaged Resources and Implementing a Dispose Method.
Show:
