28 references to
System.Management (16)
Instrumentation\SchemaMapping.cs (5)
193 props["ProcessId"].Qualifiers.Add("key", true); 194 props["InstanceId"].Qualifiers.Add("key", true); 482 PropertyData prop = newClass.Properties[propName]; 576 PropertyData prop = props[propName]; 582 PropertyData prop = props[propName];
Instrumentation\SchemaRegistration.cs (4)
235 string ClassPathInRepository = MakeClassPath(NamespaceName, (string)obj.SystemProperties["__CLASS"].Value); 651PropertyData prop = props["Name"]; 667PropertyData prop = props["NamespaceName"]; 680props["CLSID"].Value = DecoupledProviderCLSID;
managementbaseobject.cs (6)
535return SystemProperties[propertyName].Value; 537return Properties[propertyName].Value; 582return Properties[propertyName].Qualifiers[qualifierName].Value; 597Properties[propertyName].Qualifiers[qualifierName].Value = qualifierValue; 886SystemProperties[propertyName].Value = propertyValue; 888Properties[propertyName].Value = propertyValue;
WmiGenerator.cs (1)
1225PropertyData prop = classobj.Properties[PublicProperties.GetKey(i).ToString()];
WsatConfig (6)
Configuration\RemoteHelper.cs (6)
82if (outParams.Properties[OutputParameters.ProcessId].Value == null || 83outParams.Properties[OutputParameters.ReturnValue].Value == null) 90uint processID = (uint)outParams.Properties[OutputParameters.ProcessId].Value; 92uint result = (uint)outParams.Properties[OutputParameters.ReturnValue].Value; 217uint procID = (uint)e.NewEvent.Properties["ProcessID"].Value; 218uint exitCode = (uint)e.NewEvent.Properties["ExitStatus"].Value;
WsatUI (6)
Configuration\RemoteHelper.cs (6)
82if (outParams.Properties[OutputParameters.ProcessId].Value == null || 83outParams.Properties[OutputParameters.ReturnValue].Value == null) 90uint processID = (uint)outParams.Properties[OutputParameters.ProcessId].Value; 92uint result = (uint)outParams.Properties[OutputParameters.ReturnValue].Value; 217uint procID = (uint)e.NewEvent.Properties["ProcessID"].Value; 218uint exitCode = (uint)e.NewEvent.Properties["ExitStatus"].Value;