3 instantiations of EventWatcherOptions
System.Management (3)
managementeventwatcher.cs (2)
232
this.options = new
EventWatcherOptions
();
583
Options = new
EventWatcherOptions
();
managementoptions.cs (1)
715
return new
EventWatcherOptions
(newContext, Timeout, blockSize);
12 references to EventWatcherOptions
System.Management (12)
managementeventwatcher.cs (9)
119
private
EventWatcherOptions
options;
198
/// <param name='options'>An <see cref='System.Management.
EventWatcherOptions
'/> object representing additional options used to watch for events. </param>
202
EventWatcherOptions
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>
216
EventWatcherOptions
options)
230
this.options = (
EventWatcherOptions
)options.Clone();
350
public
EventWatcherOptions
Options
360
EventWatcherOptions
oldOptions = options;
361
options = (
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