コード例 #1
0
 public static ThisNAMESPACE GetThisNAMESPACE(this IInfrastructureObjectScope scope)
 {
     return(scope.EnumerateInstances <ThisNAMESPACE>().Single());
 }
コード例 #2
0
 public static SystemSecurity GetSystemSecurity(this IInfrastructureObjectScope scope)
 {
     return(scope.EnumerateInstances <SystemSecurity>().Single());
 }
コード例 #3
0
 public static MsvmServicingSettings GetMsvmServicingSettings(this IInfrastructureObjectScope scope)
 {
     return(scope.EnumerateInstances <MsvmServicingSettings>().Single());
 }