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);
651
PropertyData prop = props
[
"Name"];
667
PropertyData prop = props
[
"NamespaceName"];
680
props
[
"CLSID"].Value = DecoupledProviderCLSID;
managementbaseobject.cs (6)
535
return SystemProperties
[
propertyName].Value;
537
return Properties
[
propertyName].Value;
582
return Properties
[
propertyName].Qualifiers[qualifierName].Value;
597
Properties
[
propertyName].Qualifiers[qualifierName].Value = qualifierValue;
886
SystemProperties
[
propertyName].Value = propertyValue;
888
Properties
[
propertyName].Value = propertyValue;
WmiGenerator.cs (1)
1225
PropertyData prop = classobj.Properties
[
PublicProperties.GetKey(i).ToString()];
WsatConfig (6)
Configuration\RemoteHelper.cs (6)
82
if (outParams.Properties
[
OutputParameters.ProcessId].Value == null ||
83
outParams.Properties
[
OutputParameters.ReturnValue].Value == null)
90
uint processID = (uint)outParams.Properties
[
OutputParameters.ProcessId].Value;
92
uint result = (uint)outParams.Properties
[
OutputParameters.ReturnValue].Value;
217
uint procID = (uint)e.NewEvent.Properties
[
"ProcessID"].Value;
218
uint exitCode = (uint)e.NewEvent.Properties
[
"ExitStatus"].Value;
WsatUI (6)
Configuration\RemoteHelper.cs (6)
82
if (outParams.Properties
[
OutputParameters.ProcessId].Value == null ||
83
outParams.Properties
[
OutputParameters.ReturnValue].Value == null)
90
uint processID = (uint)outParams.Properties
[
OutputParameters.ProcessId].Value;
92
uint result = (uint)outParams.Properties
[
OutputParameters.ReturnValue].Value;
217
uint procID = (uint)e.NewEvent.Properties
[
"ProcessID"].Value;
218
uint exitCode = (uint)e.NewEvent.Properties
[
"ExitStatus"].Value;