Class CompanionTargetInfo
- Namespace
- Cress.Companion
- Assembly
- Cress.Companion.Core.dll
public sealed record CompanionTargetInfo : IEquatable<CompanionTargetInfo>
- Inheritance
-
CompanionTargetInfo
- Implements
-
- Inherited Members
-
Properties
IsAttachable
public bool IsAttachable { get; init; }
Property Value
- bool
MainModuleFileName
public string? MainModuleFileName { get; init; }
Property Value
- string
ProcessId
public int ProcessId { get; init; }
Property Value
- int
ProcessName
public string ProcessName { get; init; }
Property Value
- string
WindowTitle
public string WindowTitle { get; init; }
Property Value
- string