Свойство | Тип | Описание | |
---|---|---|---|
ClientSettingsConfigurationHost | System.Diagnostics.CodeAnalysis | ||
IsKnownConfigFile | bool | ||
OpenExeConfiguration |
Метод | Описание | |
---|---|---|
Init ( IInternalConfigRoot configRoot ) : void | ||
InitForConfiguration ( string &locationSubPath, string &configPath, string &locationConfigPath, IInternalConfigRoot configRoot ) : void | ||
OpenStreamForRead ( string streamName ) : Stream | ||
OpenStreamForWrite ( string streamName, string templateStreamName, object &writeContext ) : Stream | ||
WriteCompleted ( string streamName, bool success, object writeContext ) : void |
Метод | Описание | |
---|---|---|
ClientSettingsConfigurationHost ( ) : System.Diagnostics.CodeAnalysis | ||
IsKnownConfigFile ( string filename ) : bool | ||
OpenExeConfiguration ( ConfigurationUserLevel userLevel ) : |
public Init ( IInternalConfigRoot configRoot ) : void | ||
configRoot | IInternalConfigRoot | |
Результат | void |
public InitForConfiguration ( string &locationSubPath, string &configPath, string &locationConfigPath, IInternalConfigRoot configRoot ) : void | ||
locationSubPath | string | |
configPath | string | |
locationConfigPath | string | |
configRoot | IInternalConfigRoot | |
Результат | void |
public OpenStreamForRead ( string streamName ) : Stream | ||
streamName | string | |
Результат | Stream |
public OpenStreamForWrite ( string streamName, string templateStreamName, object &writeContext ) : Stream | ||
streamName | string | |
templateStreamName | string | |
writeContext | object | |
Результат | Stream |
public WriteCompleted ( string streamName, bool success, object writeContext ) : void | ||
streamName | string | |
success | bool | |
writeContext | object | |
Результат | void |