7 references to SystemProperties
System.Management (7)
Instrumentation\SchemaMapping.cs (1)
58 newClass.SystemProperties ["__CLASS"].Value = className;
Instrumentation\SchemaRegistration.cs (3)
235 string ClassPathInRepository = MakeClassPath(NamespaceName, (string)obj.SystemProperties["__CLASS"].Value); 632newClass.SystemProperties ["__CLASS"].Value = InstrumentationClassName; 640newClass.SystemProperties ["__CLASS"].Value = InstrumentationClassName;
managementbaseobject.cs (2)
535return SystemProperties[propertyName].Value; 886SystemProperties[propertyName].Value = propertyValue;
WmiGenerator.cs (1)
1153foreach (PropertyData prop in classobj.SystemProperties)