C# 클래스 SexyProxy.Reflection.MethodFinder

파일 보기 프로젝트 열기: kswoll/sexy-proxy

공개 메소드들

메소드 설명
GetFriendlyName ( Type type ) : string
GetOriginalMethod ( MethodInfo method ) : MethodInfo

비공개 메소드들

메소드 설명
GenerateSignature ( MethodInfo method ) : string

메소드 상세

GetFriendlyName() 공개 정적인 메소드

public static GetFriendlyName ( Type type ) : string
type System.Type
리턴 string

GetOriginalMethod() 공개 정적인 메소드

public static GetOriginalMethod ( MethodInfo method ) : MethodInfo
method System.Reflection.MethodInfo
리턴 System.Reflection.MethodInfo