C# Class SexyProxy.Reflection.MethodFinder

Mostrar archivo Open project: kswoll/sexy-proxy

Public Methods

Method Description
GetFriendlyName ( Type type ) : string
GetOriginalMethod ( MethodInfo method ) : MethodInfo

Private Methods

Method Description
GenerateSignature ( MethodInfo method ) : string

Method Details

GetFriendlyName() public static method

public static GetFriendlyName ( Type type ) : string
type System.Type
return string

GetOriginalMethod() public static method

public static GetOriginalMethod ( MethodInfo method ) : MethodInfo
method System.Reflection.MethodInfo
return System.Reflection.MethodInfo