Class Win32ProcessPorts
Static class that returns the list of processes and the ports those processes use.
Inheritance
System.Object
Win32ProcessPorts
Namespace: Microsoft.CST.AttackSurfaceAnalyzer.Utils
Assembly: AsaLib.dll
Syntax
public static class Win32ProcessPorts : object
Properties
| Improve this Doc View SourceProcessPortMap
A list of ProcesesPorts that contain the mapping of processes and the ports that the process uses.
Declaration
public static List<ProcessPort> ProcessPortMap { get; }
Property Value
| Type | Description |
|---|---|
| List<ProcessPort> |