Class DriverCollector
Collects metadata about processes on the local computer.
Inheritance
System.Object
DriverCollector
Assembly: AsaLib.dll
Syntax
public class DriverCollector : BaseCollector, IPlatformRunnable
Constructors
|
Improve this Doc
View Source
DriverCollector(CollectorOptions, Nullable<Action<CollectObject>>)
Declaration
public DriverCollector(CollectorOptions opts = null, Action<CollectObject>? changeHandler = null)
Parameters
Methods
|
Improve this Doc
View Source
Declaration
public override bool CanRunOnPlatform()
Returns
| Type |
Description |
| System.Boolean |
|
Overrides
Implements