Click or drag to resize
IPluginManifestStorageLoadForPlugin Method
Loads the manifest file for a plugin.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
PluginManifest LoadForPlugin(
	string pluginFileName
)

Parameters

pluginFileName
Type: SystemString
The full path to a plugin file (e.g. c:\folder\plugin.dll)

Return Value

Type: PluginManifest
The content of the manifest file or null if the plugin file does not exist.
Remarks
The manifest file is an XML file, see the notes against PluginManifest file for more details. If the file exists but could not be parsed then an exception is thrown - the precise exception will depend on how the parsing of the XML is performed, in theory it could be anything.
See Also