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

GetMethods() 공개 정적인 메소드

public static GetMethods ( this type ) : System.Reflection.MethodInfo[]
type this
리턴 System.Reflection.MethodInfo[]
        public static System.Reflection.MethodInfo[] GetMethods(this System.Type type) { throw null; }
        public static System.Reflection.MethodInfo[] GetMethods(this System.Type type, System.Reflection.BindingFlags bindingAttr) { throw null; }

Same methods

TypeExtensions::GetMethods ( this type, System bindingAttr ) : System.Reflection.MethodInfo[]