3 instantiations of InvokeMethodOptions
System.Management (3)
managementobject.cs (2)
2316
InvokeMethodOptions o = (null != options) ? options : new
InvokeMethodOptions
();
2387
(InvokeMethodOptions) options.Clone() : new
InvokeMethodOptions
();
managementoptions.cs (1)
1186
return new
InvokeMethodOptions
(newContext, Timeout);
10 references to InvokeMethodOptions
System.Management (10)
managementobject.cs (7)
2238
/// <param name=' options'>An <see cref='System.Management.
InvokeMethodOptions
'/> containing additional options for the execution of the method.</param>
2305
InvokeMethodOptions
options)
2316
InvokeMethodOptions
o = (null != options) ? options : new InvokeMethodOptions();
2366
/// <param name=' options'>An <see cref='System.Management.
InvokeMethodOptions
'/> containing additional options used to execute the method.</param>
2375
InvokeMethodOptions
options)
2386
InvokeMethodOptions
o = (null != options) ?
2387
(
InvokeMethodOptions
) options.Clone() : new InvokeMethodOptions();
managementoptions.cs (3)
1157
/// <para>Initializes a new instance of the <see cref='System.Management.
InvokeMethodOptions
'/> class.</para>
1160
/// <para>Initializes a new instance of the <see cref='System.Management.
InvokeMethodOptions
'/> class for the <see cref='System.Management.ManagementObject.InvokeMethod'/> operation, using default values.
1166
/// <para>Initializes a new instance of the <see cref='System.Management.
InvokeMethodOptions
'/> class for an invoke operation using