2 references to InvokeMethodOptions
System.Management (2)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (2)
322
public void InvokeMethod(System.Management.ManagementOperationObserver watcher, string methodName, System.Management.ManagementBaseObject inParameters, System.Management.
InvokeMethodOptions
options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
324
public System.Management.ManagementBaseObject InvokeMethod(string methodName, System.Management.ManagementBaseObject inParameters, System.Management.
InvokeMethodOptions
options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }