1 write to Context
System.Management (1)
managementoptions.cs (1)
234
this.
Context
= context;
29 references to Context
System.Management (29)
managementclass.cs (4)
604
WmiEventSink sink = watcher.GetNewSink(Scope, o.
Context
);
763
WmiEventSink sink = watcher.GetNewSink(Scope, o.
Context
);
1175
o.
Context
);
1377
WmiEventSink sink = watcher.GetNewSink(Scope, o.
Context
);
managementeventwatcher.cs (2)
514
sink = new SinkForEventQuery(this, options.
Context
, wbemServices);
564
FireStopped (new StoppedEventArgs (options.
Context
, (int)ManagementStatus.OperationCanceled));
managementobject.cs (7)
918
o.
Context
,
1179
o.
Context
);
1406
WmiEventSink sink = watcher.GetNewSink(scope, o.
Context
);
1651
o.
Context
, scope.Path.GetNamespacePath((int)tag_WBEM_GET_TEXT_FLAGS.WBEMPATH_GET_SERVER_AND_NAMESPACE_ONLY), ClassName);
1913
WmiEventSink sink = watcher.GetNewPutSink(destinationScope, o.
Context
,
2053
WmiEventSink sink = watcher.GetNewSink(scope, o.
Context
);
2393
WmiEventSink sink = watcher.GetNewSink(scope, o.
Context
);
managementobjectsearcher.cs (1)
418
WmiEventSink sink = watcher.GetNewSink (scope, enumOptions.
Context
);
managementoptions.cs (15)
560
if (null !=
Context
)
561
newContext = (ManagementNamedValueCollection)
Context
.Clone();
712
if (null !=
Context
)
713
newContext = (ManagementNamedValueCollection)
Context
.Clone();
855
if (null !=
Context
)
856
newContext = (ManagementNamedValueCollection)
Context
.Clone();
1009
if (null !=
Context
)
1010
newContext = (ManagementNamedValueCollection)
Context
.Clone();
1096
if (null !=
Context
)
1097
newContext = (ManagementNamedValueCollection)
Context
.Clone();
1183
if (null !=
Context
)
1184
newContext = (ManagementNamedValueCollection)
Context
.Clone();
1634
if (null !=
Context
)
1635
newContext = (ManagementNamedValueCollection)
Context
.Clone();
1682
optionsTmp = new ConnectionOptions(options.
Context
, options.Timeout, options.Flags);