IInstallerSettingsStorage Interface |
The interface for the object that can load installer settings.
Namespace: VirtualRadar.Interface.SettingsAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public interface IInstallerSettingsStorage
Public Interface IInstallerSettingsStorage
public interface class IInstallerSettingsStorage
type IInstallerSettingsStorage = interface end
The IInstallerSettingsStorage type exposes the following members.
Properties
| Name | Description |
---|
| Provider |
Gets or sets the object that abstracts away the environment for us.
|
TopMethods
| Name | Description |
---|
| Load |
Returns the content of the configuration file written when the application was installed.
|
TopSee Also