Table of Contents

Class RecordingTargetInfo

Namespace
Cress.Studio.Services
Assembly
Cress.Studio.Core.dll

Information about a process that can be recorded.

public sealed record RecordingTargetInfo : IEquatable<RecordingTargetInfo>
Inheritance
RecordingTargetInfo
Implements
Inherited Members

Properties

IsAttachable

public bool IsAttachable { get; init; }

Property Value

bool

MainModuleFileName

public string? MainModuleFileName { get; init; }

Property Value

string

MainWindowTitle

public string MainWindowTitle { get; init; }

Property Value

string

ProcessId

public int ProcessId { get; init; }

Property Value

int

ProcessName

public string ProcessName { get; init; }

Property Value

string