Méthode | Description | |
---|---|---|
ActivatePlugin ( |
Activates the given plugin.
|
|
ActivatePlugin ( string p_strPath ) : void |
Activates the specified plugin.
|
|
DeactivatePlugin ( |
Deactivates the given plugin.
|
|
DeactivatePlugin ( string p_strPath ) : void |
Deactivates the specified plugin.
|
|
Initialize ( PluginRegistry p_mprManagedPluginRegistry, IActivePluginLogSerializer p_plsSerializer ) : |
Initializes the plugin log.
|
|
IsPluginActive ( |
Determines if the given plugin is active.
|
|
Release ( ) : void |
This disposes of the singleton object, allowing it to be re-initialized.
|
Méthode | Description | |
---|---|---|
SavePluginLog ( ) : void |
Save the data to the Install Log file.
|
Méthode | Description | |
---|---|---|
ActivePluginLog ( PluginRegistry p_mprManagedPluginRegistry, IActivePluginLogSerializer p_plsSerializer ) : System |
A simple constructor that initializes the object with its dependencies.
|
|
GetEnlistment ( ) : TransactionEnlistment |
Gets an enlistment into the ambient transaction, if one exists.
|
|
LoadPluginLog ( ) : void |
Loads the data from the Install Log file.
|
public ActivatePlugin ( |
||
p_plgPlugin | The plugin to activate. | |
Résultat | void |
public ActivatePlugin ( string p_strPath ) : void | ||
p_strPath | string | The path to the plugin to activate. |
Résultat | void |
public DeactivatePlugin ( |
||
p_plgPlugin | The plugin to deactivate. | |
Résultat | void |
public DeactivatePlugin ( string p_strPath ) : void | ||
p_strPath | string | The path to the plugin to deactivate. |
Résultat | void |
public static Initialize ( PluginRegistry p_mprManagedPluginRegistry, IActivePluginLogSerializer p_plsSerializer ) : |
||
p_mprManagedPluginRegistry | PluginRegistry | The |
p_plsSerializer | IActivePluginLogSerializer | The object that serializes and deserializes /// data from an active plugin log permanent store. |
Résultat |
public IsPluginActive ( |
||
p_plgPlugin | The plugin whose active state is to be determined. | |
Résultat | bool |