C# 클래스 Axiom.Plugins.FreeImageCodecs.Plugin

상속: IPlugin
파일 보기 프로젝트 열기: WolfgangSt/axiom

공개 메소드들

메소드 설명
Initialize ( ) : void

Called when the plugin is started.

Shutdown ( ) : void

Called when the plugin is stopped.

메소드 상세

Initialize() 공개 메소드

Called when the plugin is started.
public Initialize ( ) : void
리턴 void

Shutdown() 공개 메소드

Called when the plugin is stopped.
public Shutdown ( ) : void
리턴 void