Option クラス
コマンド行引数のオプションを表します。
継承
System.Object
    Option
  継承されたメンバー
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  名前空間: ExapisSOP.IO.Settings.CommandLine
アセンブリ: ExapisSOP.dll
構文
public class Option
  コンストラクタ 一覧
| 編集/提案 ソースを表示Option(String, Option.Value[])
型'Option'の新しいインスタンスを生成します。
宣言
public Option(string name, Option.Value[] values)
  引数
| 型 | 名前 | 説明 | 
|---|---|---|
| System.String | name | 新しいオプションの名前です。  | 
      
| Option.Value[] | values | 新しいオプションに登録する値です。  | 
      
プロパティ 一覧
| 編集/提案 ソースを表示Name
このオプションの名前を取得します。
宣言
public string Name { get; }
  プロパティ値
| 型 | 説明 | 
|---|---|
| System.String | 
Values
このオプションに登録されている値を取得します。
宣言
public Option.Value[] Values { get; }
  プロパティ値
| 型 | 説明 | 
|---|---|
| Option.Value[] |