C# Класс Scorpio.ScorpioReflect.GenerateScorpioClass

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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