11 references to GetValue
ComSvcConfig (11)
ComAdminWrapper.cs (11)
448
int bitness = (int)component.
GetValue
(PropertyName.Bitness);
618
this.appdir = (string)appObj.
GetValue
(PropertyName.ApplicationDirectory);
620
this.serverActivated = ((int)appObj.
GetValue
(PropertyName.Activation)) == 1;
621
this.systemApplication = (bool)appObj.
GetValue
(PropertyName.IsSystem);
622
this.processPooled = ((int)appObj.
GetValue
(PropertyName.ConcurrentApps)) > 1;
623
this.automaticRecycling = (((int)appObj.
GetValue
(PropertyName.RecycleActivationLimit) > 0) ||
624
((int)appObj.
GetValue
(PropertyName.RecycleCallLimit) > 0) ||
625
((int)appObj.
GetValue
(PropertyName.RecycleLifetimeLimit) > 0) ||
626
((int)appObj.
GetValue
(PropertyName.RecycleMemoryLimit) > 0));
850
this.isPrivate = (bool)compObj.
GetValue
(PropertyName.IsPrivateComponent);
851
this.transactionOption = (TransactionOption)compObj.
GetValue
(PropertyName.TransactionOption);