3 references to EventWatcherOptions
System.Management (3)
artifacts\obj\System.Management\Debug\net10.0\System.Management.notsupported.cs (3)
228
public ManagementEventWatcher(System.Management.ManagementScope scope, System.Management.EventQuery query, System.Management.
EventWatcherOptions
options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
231
public ManagementEventWatcher(string scope, string query, System.Management.
EventWatcherOptions
options) { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); }
232
public System.Management.
EventWatcherOptions
Options { get { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } set { throw new System.PlatformNotSupportedException(System.SR.PlatformNotSupported_SystemManagement); } }