public static ThisNAMESPACE GetThisNAMESPACE(this IInfrastructureObjectScope scope)
 {
     return(scope.EnumerateInstances <ThisNAMESPACE>().Single());
 }
 public static SystemSecurity GetSystemSecurity(this IInfrastructureObjectScope scope)
 {
     return(scope.EnumerateInstances <SystemSecurity>().Single());
 }
Beispiel #3
0
 public static MsvmServicingSettings GetMsvmServicingSettings(this IInfrastructureObjectScope scope)
 {
     return(scope.EnumerateInstances <MsvmServicingSettings>().Single());
 }