8 references to ObjectGetOptions
System.Management (4)
managementoptions.cs (4)
783
optionsTmp = new
ObjectGetOptions
(options.context, options.timeout, options.UseAmendedQualifiers);
824
public ObjectGetOptions() :
this
(null, InfiniteTimeout, false) {}
831
public ObjectGetOptions(ManagementNamedValueCollection context) :
this
(context, InfiniteTimeout, false) {}
858
return new
ObjectGetOptions
(newContext, Timeout, UseAmendedQualifiers);
WsatConfig (2)
Configuration\RemoteHelper.cs (1)
40
ObjectGetOptions options = new
ObjectGetOptions
(new ManagementNamedValueCollection(), TimeSpan.FromSeconds(15), false);
Configuration\StdRegProviderWrapper.cs (1)
96
ObjectGetOptions options = new
ObjectGetOptions
(new ManagementNamedValueCollection(), TimeSpan.FromSeconds(15), false);
WsatUI (2)
Configuration\RemoteHelper.cs (1)
40
ObjectGetOptions options = new
ObjectGetOptions
(new ManagementNamedValueCollection(), TimeSpan.FromSeconds(15), false);
Configuration\StdRegProviderWrapper.cs (1)
96
ObjectGetOptions options = new
ObjectGetOptions
(new ManagementNamedValueCollection(), TimeSpan.FromSeconds(15), false);