Метод | Описание | |
---|---|---|
Initialize ( ) : void |
Initialize
|
|
MarkAllPluginsAsUninstalled ( ) : void |
Mark plugin as uninstalled
|
|
MarkPluginAsInstalled ( string systemName ) : void |
Mark plugin as installed
|
|
MarkPluginAsUninstalled ( string systemName ) : void |
Mark plugin as uninstalled
|
Метод | Описание | |
---|---|---|
GetDescriptionFilesAndDescriptors ( |
Get description files
|
|
GetInstalledPluginsFilePath ( ) : string |
Gets the full path of InstalledPlugins.txt file
|
|
InitializeFullTrust ( |
Used to initialize plugins when running in Full Trust
|
|
InitializeMediumTrust ( |
Used to initialize plugins when running in Medium Trust
|
|
IsAlreadyLoaded ( |
Indicates whether assembly file is already loaded
|
|
IsPackagePluginFolder ( |
Determines if the folder is a bin plugin folder for a package
|
|
PerformFileDeploy ( |
Perform file deply
|
public static MarkAllPluginsAsUninstalled ( ) : void | ||
Результат | void |
public static MarkPluginAsInstalled ( string systemName ) : void | ||
systemName | string | Plugin system name |
Результат | void |
public static MarkPluginAsUninstalled ( string systemName ) : void | ||
systemName | string | Plugin system name |
Результат | void |