FileSystemServiceOptions クラス
IFileSystemServiceの動作方法を指定します。
継承
System.Object
    FileSystemServiceOptions
  継承されたメンバー
      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
アセンブリ: ExapisSOP.dll
構文
public class FileSystemServiceOptions
  コンストラクタ 一覧
| 編集/提案 ソースを表示FileSystemServiceOptions()
型'FileSystemServiceOptions'の新しいインスタンスを生成します。
宣言
public FileSystemServiceOptions()
  プロパティ 一覧
| 編集/提案 ソースを表示CreateLockFile
ロックファイルを作成し多重起動を制限する場合はtrue、 それ以外の場合はfalseを指定します。
宣言
public bool CreateLockFile { get; set; }
  プロパティ値
| 型 | 説明 | 
|---|---|
| System.Boolean | 
DataPath
管理するデータが格納されたディレクトリを取得または設定します。
宣言
public PathString DataPath { get; set; }
  プロパティ値
| 型 | 説明 | 
|---|---|
| PathString |