C# Class PluginFramework.AddIn.Core.SystemBundle

Inheritance: Bundle
显示文件 Open project: tianjing/PluginFramework Class Usage Examples

Public Methods

Method Description
GetProperties ( ) : object>.Dictionary
Initialize ( ) : void
OnBundleEvent ( object sender, BundleEventArgs e ) : void
Start ( ) : void
Stop ( ) : void
SystemBundle ( Framework framework ) : System
Uninstall ( ) : void
Update ( ) : void
Update ( Stream inputStream ) : void

Method Details

GetProperties() public method

public GetProperties ( ) : object>.Dictionary
return object>.Dictionary

Initialize() public method

public Initialize ( ) : void
return void

OnBundleEvent() public method

public OnBundleEvent ( object sender, BundleEventArgs e ) : void
sender object
e BundleEventArgs
return void

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

SystemBundle() public method

public SystemBundle ( Framework framework ) : System
framework Framework
return System

Uninstall() public method

public Uninstall ( ) : void
return void

Update() public method

public Update ( ) : void
return void

Update() public method

public Update ( Stream inputStream ) : void
inputStream Stream
return void