메소드 | 설명 | |
---|---|---|
FromFile ( string fileName ) : IConfigurationSource |
Creates a new IConfigurationSource instance from the file specified.
|
|
IniConfigurationSource ( ) : System |
Initializes a new instance of the IniConfigurationSource class.
|
|
IniConfigurationSource ( |
Initializes a new instance of the IniConfigurationSource class.
|
|
IniConfigurationSource ( |
Initializes a new instance of the IniConfigurationSource class.
|
|
IniConfigurationSource ( |
Initializes a new instance of the IniConfigurationSource class.
|
|
IniConfigurationSource ( |
Initializes a new instance of the IniConfigurationSource class.
|
|
IniConfigurationSource ( string data ) : System |
Initializes a new instance of the IniConfigurationSource class.
|
|
IniConfigurationSource ( string data, bool singleLineComments ) : System |
Initializes a new instance of the IniConfigurationSource class.
|
|
IniConfigurationSource ( string data, string comment, string delimiter ) : System |
Initializes a new instance of the IniConfigurationSource class.
|
|
IniConfigurationSource ( string data, string comment, string delimiter, bool singleLineComments ) : System |
Initializes a new instance of the IniConfigurationSource class.
|
|
ToString ( ) : string |
Returns a T:System.String that represents the current T:System.Object.
|
메소드 | 설명 | |
---|---|---|
Load ( string fileName ) : void |
Loads the current instance from the given file.
|
메소드 | 설명 | |
---|---|---|
GetFileSections ( string data ) : List |
||
GetSection ( string sectionData ) : IConfigurationSection | ||
GetSection ( IConfigurationSection section ) : string | ||
GetSections ( IEnumerable |
||
GetSections ( ) : IEnumerable |
||
Parse ( string data ) : void | ||
ReadFile ( string fileName ) : string |
public static FromFile ( string fileName ) : IConfigurationSource | ||
fileName | string | /// The file to load. /// |
리턴 | IConfigurationSource |
public IniConfigurationSource ( |
||
fileInfo | The file to load. | |
리턴 | System |
public IniConfigurationSource ( |
||
fileInfo | The file to load. | |
singleLineComments | bool | Whether comments must appear on a line of their own |
리턴 | System |
public IniConfigurationSource ( |
||
fileInfo | The file to load. | |
comment | string | The string denoting the start of a comment |
delimiter | string | The string denoting the key/value delimiter |
리턴 | System |
public IniConfigurationSource ( |
||
fileInfo | The file to load. | |
comment | string | The string denoting the start of a comment |
delimiter | string | The string denoting the key/value delimiter |
singleLineComments | bool | Whether comments must appear on a line of their own |
리턴 | System |
public IniConfigurationSource ( string data ) : System | ||
data | string | The data. |
리턴 | System |
public IniConfigurationSource ( string data, bool singleLineComments ) : System | ||
data | string | The data. |
singleLineComments | bool | Whether comments must appear on a line of their own |
리턴 | System |
public IniConfigurationSource ( string data, string comment, string delimiter ) : System | ||
data | string | The data. |
comment | string | The string denoting the start of a comment |
delimiter | string | The string denoting the key/value delimiter |
리턴 | System |
public IniConfigurationSource ( string data, string comment, string delimiter, bool singleLineComments ) : System | ||
data | string | The data. |
comment | string | The string denoting the start of a comment |
delimiter | string | The string denoting the key/value delimiter |
singleLineComments | bool | Whether comments must appear on a line of their own |
리턴 | System |
protected Load ( string fileName ) : void | ||
fileName | string | The name of the file to load into this instance. |
리턴 | void |