<PackageReference Include="NETStandard.Library" Version="2.0.1" />

System.Diagnostics.ProcessModule

public class ProcessModule : Component
namespace System.Diagnostics { public class ProcessModule : Component { public IntPtr BaseAddress { get; } public IntPtr EntryPointAddress { get; } public string FileName { get; } public FileVersionInfo FileVersionInfo { get; } public int ModuleMemorySize { get; } public string ModuleName { get; } } }