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

Inheritance: INamingConvention
Show file Open project: msusur/Crowfx

Public Methods

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

Method Details

GetClassNameByType() public method

public GetClassNameByType ( Type type ) : string
type System.Type
return string

GetMethodInfoByMethodNameFromInstance() public method

public GetMethodInfoByMethodNameFromInstance ( object instance, string methodName ) : string
instance object
methodName string
return string

GetMethodNameByMethodInfo() public method

public GetMethodNameByMethodInfo ( MethodInfo method ) : string
method System.Reflection.MethodInfo
return string