C# 클래스 PluginFramework.AddIn.AddInBase

상속: IBundleActivator
파일 보기 프로젝트 열기: tianjing/PluginFramework

공개 메소드들

메소드 설명
Start ( IBundleContext context ) : void
Stop ( IBundleContext context ) : void

메소드 상세

Start() 공개 추상적인 메소드

public abstract Start ( IBundleContext context ) : void
context IBundleContext
리턴 void

Stop() 공개 추상적인 메소드

public abstract Stop ( IBundleContext context ) : void
context IBundleContext
리턴 void