4 references to ObjectGetOptions
System.Management (4)
System\Management\ManagementOptions.cs (4)
788
optionsTmp = new
ObjectGetOptions
(options.context, options.timeout, options.UseAmendedQualifiers);
830
public ObjectGetOptions() :
this
(null, InfiniteTimeout, false) { }
837
public ObjectGetOptions(ManagementNamedValueCollection context) :
this
(context, InfiniteTimeout, false) { }
864
return new
ObjectGetOptions
(newContext, Timeout, UseAmendedQualifiers);