Colorizer.CloseColorizer Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called when the colorizer is disposed of.
public:
virtual void CloseColorizer();
public:
virtual void CloseColorizer();
virtual void CloseColorizer();
public virtual void CloseColorizer ();
abstract member CloseColorizer : unit -> unit
override this.CloseColorizer : unit -> unit
Public Overridable Sub CloseColorizer ()
Implements
Remarks
This method performs whatever cleanup is necessary before the object is deleted. If you override the base method, you must call the base method after you have completed your own clean up tasks.
This method is an implementation of CloseColorizer.
The base method sets the reference to the IScanner object to a null value and clears an internal cache.