Class Win32ProcessPorts
Static class that returns the list of processes and the ports those processes use.
Inheritance
System.Object
Win32ProcessPorts
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AttackSurfaceAnalyzer.Utils
Assembly: AsaLib.dll
Syntax
public static class Win32ProcessPorts
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 |
|---|---|
| System.Collections.Generic.List<ProcessPort> |