Click or drag to resize
IPluginManifestStorage Interface
The interface for objects that can read the content of a plugin's manifest file.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IPluginManifestStorage

The IPluginManifestStorage type exposes the following members.

Properties
  NameDescription
Public propertyProvider
Gets or sets the object that abstracts away the environment for tests.
Top
Methods
  NameDescription
Public methodLoadForPlugin
Loads the manifest file for a plugin.
Top
See Also