Class ConfigProvider
A wrapper for an IConfigProvider and the System.IO.FileInfo to use with it.
Inheritance
System.Object
ConfigProvider
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: IPA.Config
Assembly: IPA.Loader.dll
Syntax
public class ConfigProvider
Methods
| Improve this Doc View SourceLoad()
Loads a Value from disk in whatever format this provider provides and returns it.
Declaration
public Value Load()
Returns
Type | Description |
---|---|
Value | the Value loaded |
Store(Value)
Stores the Value given to disk in the format specified.
Declaration
public void Store(Value value)
Parameters
Type | Name | Description |
---|---|---|
Value | value | the Value to store |