Click or drag to resize
IPluginManifestStorageProvider Interface
The interface for objects that can abstract away the environment for IPluginManifestStorage implementations.

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

The IPluginManifestStorageProvider type exposes the following members.

Methods
  NameDescription
Public methodFileExists
Returns true if the file exists.
Public methodReadAllText
Returns the content of the file.
Top
See Also