Show / Hide Table of Contents

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 Source

ProcessPortMap

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>
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX