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);
632
newClass.
SystemProperties
["__CLASS"].Value = InstrumentationClassName;
640
newClass.
SystemProperties
["__CLASS"].Value = InstrumentationClassName;
managementbaseobject.cs (2)
535
return
SystemProperties
[propertyName].Value;
886
SystemProperties
[propertyName].Value = propertyValue;
WmiGenerator.cs (1)
1153
foreach (PropertyData prop in classobj.
SystemProperties
)