C# Class PluginFramework.AddIn.AddInBase

Inheritance: IBundleActivator
Afficher le fichier Open project: tianjing/PluginFramework

Méthodes publiques

Méthode Description
Start ( IBundleContext context ) : void
Stop ( IBundleContext context ) : void

Method Details

Start() public abstract méthode

public abstract Start ( IBundleContext context ) : void
context IBundleContext
Résultat void

Stop() public abstract méthode

public abstract Stop ( IBundleContext context ) : void
context IBundleContext
Résultat void