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