3 instantiations of EventWatcherOptions
System.Management (3)
System\Management\ManagementEventWatcher.cs (2)
231
this.options = new
EventWatcherOptions
();
558
Options = new
EventWatcherOptions
();
System\Management\ManagementOptions.cs (1)
720
return new
EventWatcherOptions
(newContext, Timeout, blockSize);
12 references to EventWatcherOptions
System.Management (12)
System\Management\ManagementEventWatcher.cs (9)
118
private
EventWatcherOptions
options;
197
/// <param name='options'>An <see cref='System.Management.
EventWatcherOptions
'/> object representing additional options used to watch for events. </param>
201
EventWatcherOptions
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>
215
EventWatcherOptions
options)
229
this.options = (
EventWatcherOptions
)options.Clone();
349
public
EventWatcherOptions
Options
359
EventWatcherOptions
oldOptions = options;
360
options = (
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