C# Class Scorpio.ScorpioReflect.GenerateScorpioClass

ファイルを表示 Open project: qingfeng346/Scorpio-CSharp Class Usage Examples

Public Methods

Method Description
GetClassName ( Type type ) : string

Private Methods

Method Description
GenerateConstructor ( ) : string
GenerateGetValue ( ) : string
GenerateMethod ( ) : string
GenerateMethodExecute ( string name ) : string
GenerateSetValue ( ) : string
GetAllMethod ( MethodBase methods ) : string
GetEventMethodExecute ( MethodInfo method, string variable, ParameterInfo pars ) : string
GetPropertyMethodExecute ( MethodInfo method, string variable, ParameterInfo pars ) : string
GetScorpioMethod ( MethodBase method ) : string
GetScorpioMethodArgs ( ParameterInfo pars, int index ) : string
GetScorpioMethodCall ( MethodBase method ) : string
GetScorpioMethodParameterTypes ( MethodBase method ) : string
GetScorpioVariable ( bool IsStatic, string name ) : string
GetSpeciaMethodExecute ( MethodInfo method, string variable, ParameterInfo pars ) : string

Method Details

GetClassName() public method

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