Click or drag to resize
IInstallerSettingsStorage Interface
The interface for the object that can load installer settings.

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

The IInstallerSettingsStorage type exposes the following members.

Properties
  NameDescription
Public propertyProvider
Gets or sets the object that abstracts away the environment for us.
Top
Methods
  NameDescription
Public methodLoad
Returns the content of the configuration file written when the application was installed.
Top
See Also