Axiom.Plugins.SystemDrawingCodecs.Plugin.Shutdown C# (CSharp) Метод

Shutdown() публичный Метод

Perform any tasks the plugin needs to perform when the system is shut down.
An implementation must be supplied for this method. This method is called just before key parts of the system are unloaded, such as rendersystems being shut down. You should use this hook to free up resources and decouple custom objects from the Axiom system, whilst all the instances of other plugins (e.g. rendersystems) still exist.
public Shutdown ( ) : void
Результат void
		public void Shutdown()
		{
		}