C# Class SexyProxy.Reflection.MethodFinder

Afficher le fichier Open project: kswoll/sexy-proxy

Méthodes publiques

Méthode Description
GetFriendlyName ( Type type ) : string
GetOriginalMethod ( MethodInfo method ) : MethodInfo

Private Methods

Méthode Description
GenerateSignature ( MethodInfo method ) : string

Method Details

GetFriendlyName() public static méthode

public static GetFriendlyName ( Type type ) : string
type System.Type
Résultat string

GetOriginalMethod() public static méthode

public static GetOriginalMethod ( MethodInfo method ) : MethodInfo
method System.Reflection.MethodInfo
Résultat System.Reflection.MethodInfo