GetCommandLine メソッド
| 編集/提案 ソースを表示GetCommandLine(IContext)
サービスリストから最初に見つかったICommandLineServiceを取得します。
宣言
public static ICommandLineService GetCommandLine(this IContext context)
引数
| 型 | 名前 | 説明 |
|---|---|---|
| IContext | context | 現在の文脈情報です。 |
戻り値
| 型 | 説明 |
|---|---|
| ICommandLineService | ICommandLineServiceを実装したサービスオブジェクトです。 |