Module.GetMethod 方法

返回具有指定条件的方法。

重载列表

名称 说明
Module.GetMethod (String) 返回具有指定名称的方法。
Module.GetMethod (String, Type[]) 返回具有指定名称和参数类型的方法。
Module.GetMethod (String, BindingFlags, Binder, CallingConventions, Type[], ParameterModifier[]) 返回具有指定名称、绑定信息、调用约定、参数类型和修饰符的方法。

请参见

参考

Module 类
Module 成员
System.Reflection 命名空间