CustomSettings クラス
アプリケーション定義の環境設定を表します。
継承されたメンバー
      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
アセンブリ: ExapisSOP.dll
構文
public class CustomSettings : EnvironmentSettings
  コンストラクタ 一覧
| 編集/提案 ソースを表示CustomSettings()
型'CustomSettings'の新しいインスタンスを生成します。
宣言
public CustomSettings()
  CustomSettings(EnvironmentSettings)
型'CustomSettings'の新しいインスタンスを生成します。
宣言
public CustomSettings(EnvironmentSettings defaultSettings)
  引数
| 型 | 名前 | 説明 | 
|---|---|---|
| EnvironmentSettings | defaultSettings | 
プロパティ 一覧
| 編集/提案 ソースを表示Default
既定の設定を取得または設定します。
宣言
public EnvironmentSettings Default { get; set; }
  プロパティ値
| 型 | 説明 | 
|---|---|
| EnvironmentSettings | 
メソッド 一覧
| 編集/提案 ソースを表示Reset()
設定を既定値へ戻します。
宣言
public override void Reset()