Shutdown() 공개 정적인 메소드

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