Files
LanMountainDesktop/core/LanMountainDesktop.Core/PublicAppInfoSnapshot.cs
2026-08-11 19:41:54 +08:00

10 lines
226 B
C#

namespace LanMountainDesktop.Shared.IPC;
public sealed record PublicAppInfoSnapshot(
string ApplicationName,
string Version,
string Codename,
string PipeName,
int ProcessId,
DateTimeOffset StartedAt);