C# Class Crow.Library.Host.Conventions.DefaultNamingConvention

Inheritance: INamingConvention
Afficher le fichier Open project: msusur/Crowfx

Méthodes publiques

Méthode Description
GetClassNameByType ( Type type ) : string
GetMethodInfoByMethodNameFromInstance ( object instance, string methodName ) : string
GetMethodNameByMethodInfo ( MethodInfo method ) : string

Method Details

GetClassNameByType() public méthode

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

GetMethodInfoByMethodNameFromInstance() public méthode

public GetMethodInfoByMethodNameFromInstance ( object instance, string methodName ) : string
instance object
methodName string
Résultat string

GetMethodNameByMethodInfo() public méthode

public GetMethodNameByMethodInfo ( MethodInfo method ) : string
method System.Reflection.MethodInfo
Résultat string