System.Reflection.TypeExtensions.GetMethod C# (CSharp) 메소드

GetMethod() 공개 정적인 메소드

public static GetMethod ( this type, string name ) : System.Reflection.MethodInfo
type this
name string
리턴 System.Reflection.MethodInfo
        public static System.Reflection.MethodInfo GetMethod(this System.Type type, string name) { throw null; }
        public static System.Reflection.MethodInfo GetMethod(this System.Type type, string name, System.Reflection.BindingFlags bindingAttr) { throw null; }

Same methods

TypeExtensions::GetMethod ( this type, string name, System bindingAttr ) : System.Reflection.MethodInfo