Michi : Michi Namespace

ConfigurationParser Class

Tourの環境設定を読み込むためのクラス

Syntax

public class ConfigurationParser

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

Members

See Also: Inherited members from object.

Public Constructors

Documentation for this section has not yet been entered.

Protected Fields

configuration Configuration . Documentation for this section has not yet been entered.

Public Properties

[read-only]
Configuration Configuration . Documentation for this section has not yet been entered.

Public Methods

Load (string) : bool
ファイルを指定して環境設定を読み込む

Member Details

ConfigurationParser Constructor

Documentation for this section has not yet been entered.

Syntax

public ConfigurationParser ()

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

configuration Field

Documentation for this section has not yet been entered.

Syntax

protected Configuration configuration

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

Configuration Property

Documentation for this section has not yet been entered.

Syntax

public Configuration Configuration { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0

Load Method

ファイルを指定して環境設定を読み込む

Syntax

public bool Load (string filename)

Parameters

filename
環境設定ファイル名

Returns

正常に読み込めた場合はtrue

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Michi
Assembly: Michi (in Michi.dll)
Assembly Versions: 0.0.0.0