Files
LanMountainDesktop/airapp/LanMountainDesktop.AirAppSdk/AirAppPublicIpcServiceDescriptor.cs

8 lines
193 B
C#
Raw Normal View History

2026-08-11 23:03:55 +08:00
namespace LanMountainDesktop.AirAppSdk;
2026-08-11 23:03:55 +08:00
public sealed record AirAppPublicIpcServiceDescriptor(
Type ContractType,
object Implementation,
string? ObjectId,
string[] NotifyIds);