Amazon.Util.Internal.TypeFactory.AbstractTypeInfo.GetMethod C# (CSharp) 메소드

GetMethod() 공개 추상적인 메소드

public abstract GetMethod ( string name ) : MethodInfo
name string
리턴 System.Reflection.MethodInfo
            public abstract MethodInfo GetMethod(string name);
            public abstract MethodInfo GetMethod(string name, ITypeInfo[] paramTypes);

Same methods

TypeFactory.AbstractTypeInfo::GetMethod ( string name, ITypeInfo paramTypes ) : MethodInfo