3 instantiations of InvokeMethodOptions
System.Management (3)
System\Management\ManagementObject.cs (2)
2285
InvokeMethodOptions o = options ?? new
InvokeMethodOptions
();
2353
(InvokeMethodOptions)options.Clone() : new
InvokeMethodOptions
();
System\Management\ManagementOptions.cs (1)
1198
return new
InvokeMethodOptions
(newContext, Timeout);
12 references to InvokeMethodOptions
System.Management (12)
System\Management\ManagementObject.cs (8)
2207
/// <param name=' options'>An <see cref='System.Management.
InvokeMethodOptions
'/> containing additional options for the execution of the method.</param>
2274
InvokeMethodOptions
options)
2285
InvokeMethodOptions
o = options ?? new InvokeMethodOptions();
2332
/// <param name=' options'>An <see cref='System.Management.
InvokeMethodOptions
'/> containing additional options used to execute the method.</param>
2341
InvokeMethodOptions
options)
2352
InvokeMethodOptions
o = (null != options) ?
2353
(
InvokeMethodOptions
)options.Clone() : new InvokeMethodOptions();
2405
/// method, and then fills in the values and passes the object to the <see cref='System.Management.ManagementObject.InvokeMethod(string, ManagementBaseObject,
InvokeMethodOptions
)'/> call.</para>
System\Management\ManagementOptions.cs (4)
1169
/// <para>Initializes a new instance of the <see cref='System.Management.
InvokeMethodOptions
'/> class.</para>
1172
/// <para>Initializes a new instance of the <see cref='System.Management.
InvokeMethodOptions
'/> class for the <see cref='System.Management.ManagementObject.InvokeMethod(string, ManagementBaseObject,
InvokeMethodOptions
) '/> operation, using default values.
1178
/// <para>Initializes a new instance of the <see cref='System.Management.
InvokeMethodOptions
'/> class for an invoke operation using