Method | Description | |
---|---|---|
Install ( IDictionary stateSaver ) : void |
When overridden in a derived class, performs the installation.
|
|
Uninstall ( IDictionary savedState ) : void |
When overridden in a derived class, removes an installation.
|
Method | Description | |
---|---|---|
RegisterAssembly ( string parameter ) : void |
Registers the assembly.
|
public Install ( IDictionary stateSaver ) : void | ||
stateSaver | IDictionary | An
/// |
return | void |
public Uninstall ( IDictionary savedState ) : void | ||
savedState | IDictionary | An
/// |
return | void |