3 instantiations of EventWatcherOptions
System.Management (3)
System\Management\ManagementEventWatcher.cs (2)
231this.options = new EventWatcherOptions(); 558Options = new EventWatcherOptions();
System\Management\ManagementOptions.cs (1)
720return new EventWatcherOptions(newContext, Timeout, blockSize);
12 references to EventWatcherOptions
System.Management (12)
System\Management\ManagementEventWatcher.cs (9)
118private EventWatcherOptions options; 197/// <param name='options'>An <see cref='System.Management.EventWatcherOptions'/> object representing additional options used to watch for events. </param> 201EventWatcherOptions options) : this(new ManagementScope(scope), new EventQuery(query), options) { } 211/// <param name='options'>An <see cref='System.Management.EventWatcherOptions'/> object representing additional options used to watch for events. </param> 215EventWatcherOptions options) 229this.options = (EventWatcherOptions)options.Clone(); 349public EventWatcherOptions Options 359EventWatcherOptions oldOptions = options; 360options = (EventWatcherOptions)value.Clone();
System\Management\ManagementOptions.cs (3)
684/// <para>Initializes a new instance of the <see cref='System.Management.EventWatcherOptions'/> class. </para> 687/// <para> Initializes a new instance of the <see cref='System.Management.EventWatcherOptions'/> class for event watching, using default values. 694/// <para> Initializes a new instance of the <see cref='System.Management.EventWatcherOptions'/> class with the given