mirror of
https://gitee.com/langsisi_admin/serein-flow
synced 2026-04-26 01:37:54 +08:00
优化了中断功能,增加了节点变量的查看。
This commit is contained in:
@@ -32,6 +32,9 @@ namespace Serein.Library.Api
|
||||
object Get(string name);
|
||||
void CustomRegisterInstance(string name, object instance, bool needInjectProperty = true);
|
||||
|
||||
ISereinIOC Run<T>(string name, Action<T> action);
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// 创建目标类型的对象, 并注入依赖项
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user