5 instantiations of ObjectGetOptions
System.Management (5)
System\Management\ManagementObject.cs (2)
776
ObjectGetOptions gOptions = options ?? new
ObjectGetOptions
();
2610
options = new
ObjectGetOptions
();
System\Management\ManagementOptions.cs (3)
788
optionsTmp = new
ObjectGetOptions
(options.context, options.timeout, options.UseAmendedQualifiers);
790
optionsTmp = new
ObjectGetOptions
();
864
return new
ObjectGetOptions
(newContext, Timeout, UseAmendedQualifiers);
40 references to ObjectGetOptions
System.Management (40)
System\Management\ManagementClass.cs (10)
97
ObjectGetOptions
options = mgObj.Options;
99
newClass.options =
ObjectGetOptions
._Clone(options);
184
/// <param name=' options'>An <see cref='System.Management.
ObjectGetOptions
'/> representing the options to use when retrieving this class.</param>
197
public ManagementClass(ManagementPath path,
ObjectGetOptions
options) : this(null, path, options) { }
204
/// <param name=' options'>An <see cref='System.Management.
ObjectGetOptions
'/> representing the options to use when retrieving the WMI class.</param>
215
public ManagementClass(string path,
ObjectGetOptions
options)
224
/// <param name=' options'>An <see cref='System.Management.
ObjectGetOptions
'/> that specifies the options to use when retrieving the WMI class.</param>
242
public ManagementClass(ManagementScope scope, ManagementPath path,
ObjectGetOptions
options)
251
/// <param name=' options'>An <see cref='System.Management.
ObjectGetOptions
'/> that specifies the options to use when retrieving the WMI class.</param>
267
public ManagementClass(string scope, string path,
ObjectGetOptions
options)
System\Management\ManagementObject.cs (20)
75
internal
ObjectGetOptions
options;
164
newObject.options =
ObjectGetOptions
._Clone(mgObj.options);
280
/// <param name=' options'>An <see cref='System.Management.
ObjectGetOptions
'/> containing additional options for binding to the WMI object. This parameter could be null if default options are to be used.</param>
303
public ManagementObject(ManagementPath path,
ObjectGetOptions
options) : this(null, path, options) { }
311
/// <param name=' options'>An <see cref='System.Management.
ObjectGetOptions
'/> representing options to get the specified WMI object.</param>
330
public ManagementObject(string path,
ObjectGetOptions
options) :
340
/// <param name=' options'>An <see cref='System.Management.
ObjectGetOptions
'/> specifying additional options for getting the object.</param>
372
public ManagementObject(ManagementScope scope, ManagementPath path,
ObjectGetOptions
options)
378
private void ManagementObjectCTOR(ManagementScope scope, ManagementPath path,
ObjectGetOptions
options)
414
this.options =
ObjectGetOptions
._Clone(options, new IdentifierChangedEventHandler(HandleIdentifierChange));
445
/// <param name=' options'>An <see cref='System.Management.
ObjectGetOptions
'/> representing additional options for getting the WMI object.</param>
457
public ManagementObject(string scopeString, string pathString,
ObjectGetOptions
options)
598
/// <para>An <see cref='System.Management.
ObjectGetOptions
'/> to use when retrieving the object.</para>
622
public
ObjectGetOptions
Options
626
return options ??=
ObjectGetOptions
._Clone(null);
635
options =
ObjectGetOptions
._Clone((
ObjectGetOptions
)value, new IdentifierChangedEventHandler(HandleIdentifierChange));
776
ObjectGetOptions
gOptions = options ?? new ObjectGetOptions();
900
ObjectGetOptions
o =
ObjectGetOptions
._Clone(options);
System\Management\ManagementOptions.cs (10)
778
internal static
ObjectGetOptions
_Clone(
ObjectGetOptions
options)
780
return
ObjectGetOptions
._Clone(options, null);
783
internal static
ObjectGetOptions
_Clone(
ObjectGetOptions
options, IdentifierChangedEventHandler handler)
785
ObjectGetOptions
optionsTmp;
824
/// <para>Initializes a new instance of the <see cref='System.Management.
ObjectGetOptions
'/> class.</para>
827
/// <para>Initializes a new instance of the <see cref='System.Management.
ObjectGetOptions
'/> class for getting a WMI object, using
833
/// <para>Initializes a new instance of the <see cref='System.Management.
ObjectGetOptions
'/> class for getting a WMI object, using the
840
/// <para>Initializes a new instance of the <see cref='System.Management.
ObjectGetOptions
'/> class for getting a WMI object,