C# 클래스 Scorpio.ScorpioReflect.GenerateScorpioClass

파일 보기 프로젝트 열기: qingfeng346/Scorpio-CSharp 1 사용 예제들

공개 메소드들

메소드 설명
GetClassName ( Type type ) : string

비공개 메소드들

메소드 설명
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

메소드 상세

GetClassName() 공개 메소드

public GetClassName ( Type type ) : string
type System.Type
리턴 string