gpt4 book ai didi

c# - CoreCLR 中的 Type.GetCustomAttributes 方法在哪里?

转载 作者:太空狗 更新时间:2023-10-30 00:23:38 24 4
gpt4 key购买 nike

我正在尝试从类中获取属性,但似乎没有 GetCustomAttributes 方法。 CoreCLR中如何获取属性?

using System.Reflection;

class FooBar {
FooBar() {
GetType().GetCustomAttributes(); // does not compile
GetType().GetField("test").GetCustomAttributes(); // compiles
}
}

最佳答案

尝试 TypeInfo , 你可以通过 Type.GetTypeInfo() 得到它这是 System.Reflection 的扩展方法命名空间。

这是 changed with .NET 4.5.

关于c# - CoreCLR 中的 Type.GetCustomAttributes 方法在哪里?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36113661/

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