コード例 #1
0
 public KernelResourceLimit(string profile,
                            EKernelLimitName limitName,
                            NumericResourceLimitValue value) :
     base(profile, EResourceType.Kernel)
 {
     this.limitName = limitName;
     this.value     = value;
 }
コード例 #2
0
 public KernelResourceLimit(string profile,
                            EKernelLimitName limitName,
                            NumericResourceLimitValue value) :
     base(profile, EResourceType.Kernel)
 {
     this.limitName = limitName;
     this.value = value;
 }