コード例 #1
0
ファイル: EnvironmentConfig.cs プロジェクト: skitsanos/WDK9
 public EnvironmentConfig()
 {
     this.flags_ = 0;
     this.mode_ = 0;
     this.cachesize_ = 0x4000000;
     this.nCaches_ = 1;
     this.dataDirs_ = null;
     this.encryptPassword_ = null;
     this.errCallback_ = null;
     this.errWriter_ = null;
     this.dbenvDelegate_ = new DbEnv.ErrorCallbackDelegate(this.ErrorCallbackWrapper);
 }
コード例 #2
0
ファイル: EnvironmentConfig.cs プロジェクト: skitsanos/WDK9
 public EnvironmentConfig()
 {
     this.flags_           = 0;
     this.mode_            = 0;
     this.cachesize_       = 0x4000000;
     this.nCaches_         = 1;
     this.dataDirs_        = null;
     this.encryptPassword_ = null;
     this.errCallback_     = null;
     this.errWriter_       = null;
     this.dbenvDelegate_   = new DbEnv.ErrorCallbackDelegate(this.ErrorCallbackWrapper);
 }