This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
#nullable enable
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace ShrinkApp
|
||||
{
|
||||
/// <summary>
|
||||
/// 编译期发现的应用模块安装器类型(公共入口)。
|
||||
/// 经典 ShrinkAppHost 与外部宿主(ShrinkContext 加载器宿主)共用同一份发现结果。
|
||||
/// </summary>
|
||||
public static class ShrinkAppInstallers
|
||||
{
|
||||
public static IReadOnlyList<Type> GetDiscoveredInstallerTypes() =>
|
||||
ShrinkAppGeneratedRegistry.GetInstallerTypes();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user