示例#1
0
 public KernelResourceLimit(string profile,
                            EKernelLimitName limitName,
                            NumericResourceLimitValue value) :
     base(profile, EResourceType.Kernel)
 {
     this.limitName = limitName;
     this.value     = value;
 }
示例#2
0
 public PasswordLimit(string profile,
                      EPasswordLimitName limitName,
                      NumericResourceLimitValue value)
 base(profile, EResourceType.Password)
示例#3
0
 public PasswordLimit(string profile,
                      EPasswordLimitName limitName,
                      NumericResourceLimitValue value)
     base(profile, EResourceType.Password)
示例#4
0
 public KernelResourceLimit(string profile,
                            EKernelLimitName limitName,
                            NumericResourceLimitValue value) :
     base(profile, EResourceType.Kernel)
 {
     this.limitName = limitName;
     this.value = value;
 }