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

GetMethod() 공개 메소드

public GetMethod ( string name ) : MethodInfo
name string
리턴 System.Reflection.MethodInfo
            public override MethodInfo GetMethod(string name)
            {
                return this._type.GetMethod(name);
            }

Same methods

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