Class RegistryCollector
Collects data from the local registry on Windows systems.
Inheritance
System.Object
RegistryCollector
Assembly: AsaLib.dll
Syntax
public class RegistryCollector : BaseCollector, IPlatformRunnable
Constructors
|
Improve this Doc
View Source
RegistryCollector(CollectorOptions, Nullable<Action<CollectObject>>)
Declaration
public RegistryCollector(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