Instrumentation\SchemaRegistration.cs (13)
257GetMofFormat(new ManagementClass(GlobalInstrumentationClassPath)),
258GetMofFormat(new ManagementClass(GlobalRegistrationClassPath)),
259GetMofFormat(new ManagementClass(GlobalNamingClassPath)),
260GetMofFormat(new ManagementObject(GlobalRegistrationPath)),
263GetMofFormat(new ManagementClass(InstrumentationClassPath)),
264GetMofFormat(new ManagementClass(RegistrationClassPath)),
265GetMofFormat(new ManagementClass(DecoupledProviderClassPath)),
266GetMofFormat(new ManagementClass(ProviderClassPath)),
268GetMofFormat(new ManagementObject(ProviderPath)),
270GetMofFormat(new ManagementObject(EventProviderRegistrationPath)),
271GetMofFormat(new ManagementObject(InstanceProviderRegistrationPath)),
275GetMofFormat(new ManagementObject(RegistrationPath)) );
387 mofs[i] = GetMofFormat(mapping.NewClass);