gpt4 book ai didi

c# - 在 Unity 中,是否可以从类型别名解析类型?

转载 作者:太空狗 更新时间:2023-10-29 23:33:22 25 4
gpt4 key购买 nike

我已经在 Unity 中注册了几种类型,并为它们指定了类型别名,如下所示:

<typeAliases>
<typeAlias alias="MyType" type="foo.bar.MyType, foo.bar" />
</typeAliases>

是否可以通过使用别名(而不是类型)从容器中解析这些类型,按照以下行:

var myType = container.ResolveByTypeAlias("MyType")

我看不出有什么办法可以做到这一点,但想知道我是否遗漏了什么。

最佳答案

不,别名只存在于 XML 配置中。即它们仅存在于配置类型中。

http://msdn.microsoft.com/en-us/library/ff660933(v=pandp.20).aspx详细介绍

Aliases only exist at configuration time. They are not available at run time.

关于c# - 在 Unity 中,是否可以从类型别名解析类型?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10587900/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com