gpt4 book ai didi

c# - 如何从方法符号中获取 MethodInfo

转载 作者:太空狗 更新时间:2023-10-29 21:14:02 25 4
gpt4 key购买 nike

<分区>

是否可以从方法符号中获取 MethodInfo 对象?

所以本着同样的精神:

typeof(SomeClassSymbol) // this gets you a Type object

这是我想做的:

public class Meatwad
{
MethodInfo method;

public Meatwad()
{
method = ReflectionThingy.GetMethodInfo(SomeMethod);
}

public void SomeMethod() { }

}

我如何实现 ReflectionThingy.GetMethodInfo?鉴于这甚至是可能的,那么重载方法呢?

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