Click or drag to resize
IPluginSettingsStorageProvider Interface
The interface for objects that abstract away the environment for IPluginSettingsStorage implementations.

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

The IPluginSettingsStorageProvider type exposes the following members.

Methods
  NameDescription
Public methodFileExists
Returns true if the file exists.
Public methodFileReadAllLines
Returns an array of every line read from the file.
Public methodFileWriteAllLines
Writes all of the lines to the file, overwriting it if it already exists or creating it if it does not.
Top
See Also