6 writes to Value
System.Management (6)
Instrumentation\SchemaMapping.cs (1)
58
newClass.SystemProperties ["__CLASS"].
Value
= className;
Instrumentation\SchemaRegistration.cs (3)
632
newClass.SystemProperties ["__CLASS"].
Value
= InstrumentationClassName;
640
newClass.SystemProperties ["__CLASS"].
Value
= InstrumentationClassName;
680
props["CLSID"].
Value
= DecoupledProviderCLSID;
managementbaseobject.cs (2)
886
SystemProperties[propertyName].
Value
= propertyValue;
888
Properties[propertyName].
Value
= propertyValue;
15 references to Value
System.Management (3)
Instrumentation\SchemaRegistration.cs (1)
235
string ClassPathInRepository = MakeClassPath(NamespaceName, (string)obj.SystemProperties["__CLASS"].
Value
);
managementbaseobject.cs (2)
535
return SystemProperties[propertyName].
Value
;
537
return Properties[propertyName].
Value
;
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
;