Files
LanMountainDesktop/airapp/LanMountainDesktop.AirAppSdk/AirAppPublicIpcServiceDescriptor.cs
2026-08-11 23:03:55 +08:00

8 lines
193 B
C#

namespace LanMountainDesktop.AirAppSdk;
public sealed record AirAppPublicIpcServiceDescriptor(
Type ContractType,
object Implementation,
string? ObjectId,
string[] NotifyIds);