3 instantiations of EventWatcherOptions
System.Management (3)
managementeventwatcher.cs (2)
232this.options = new EventWatcherOptions(); 583Options = new EventWatcherOptions ();
managementoptions.cs (1)
715return new EventWatcherOptions (newContext, Timeout, blockSize);
12 references to EventWatcherOptions
System.Management (12)
managementeventwatcher.cs (9)
119private EventWatcherOptions options; 198/// <param name='options'>An <see cref='System.Management.EventWatcherOptions'/> object representing additional options used to watch for events. </param> 202EventWatcherOptions options) : this(new ManagementScope(scope), new EventQuery(query), options) {} 212/// <param name='options'>An <see cref='System.Management.EventWatcherOptions'/> object representing additional options used to watch for events. </param> 216EventWatcherOptions options) 230this.options = (EventWatcherOptions)options.Clone(); 350public EventWatcherOptions Options 360EventWatcherOptions oldOptions = options; 361options = (EventWatcherOptions)value.Clone ();
managementoptions.cs (3)
679/// <para>Initializes a new instance of the <see cref='System.Management.EventWatcherOptions'/> class. </para> 682/// <para> Initializes a new instance of the <see cref='System.Management.EventWatcherOptions'/> class for event watching, using default values. 689/// <para> Initializes a new instance of the <see cref='System.Management.EventWatcherOptions'/> class with the given