C# Class Scorpio.Userdata.ScorpioFastReflectMethodInfo

Afficher le fichier Open project: qingfeng346/Scorpio-CSharp

Méthodes publiques

Свойство Type Description
IsStatic bool
MethodIndex int
ParamType Type
ParameterType Type[]
RefOut bool[]

Méthodes publiques

Méthode Description
ScorpioFastReflectMethodInfo ( bool isStatic, Array parameterType, Array refOut, Type paramType, int methodIndex ) : System

Method Details

ScorpioFastReflectMethodInfo() public méthode

public ScorpioFastReflectMethodInfo ( bool isStatic, Array parameterType, Array refOut, Type paramType, int methodIndex ) : System
isStatic bool
parameterType Array
refOut Array
paramType Type
methodIndex int
Résultat System

Property Details

IsStatic public_oe property

public bool IsStatic
Résultat bool

MethodIndex public_oe property

public int MethodIndex
Résultat int

ParamType public_oe property

public Type ParamType
Résultat Type

ParameterType public_oe property

public Type[] ParameterType
Résultat Type[]

RefOut public_oe property

public bool[] RefOut
Résultat bool[]