Shutdown() public static method

public static Shutdown ( ) : void
return void
Example #1
0
 /// <summary>
 ///    Called when the plugin is stopped.
 /// </summary>
 public void Shutdown()
 {
     FreeImageCodec.Shutdown();
 }