C# Class Scorpio.Userdata.UserdataMethod.FunctionFastMethod

Inheritance: FunctionBase
Afficher le fichier Open project: qingfeng346/Scorpio-CSharp

Méthodes publiques

Свойство Type Description
Method IScorpioFastReflectMethod

Méthodes publiques

Méthode Description
FunctionFastMethod ( IScorpioFastReflectMethod Method, Type ParameterType, Type ParamType, bool Params, string ParameterTypes ) : System
Invoke ( object obj, Type type ) : object

Method Details

FunctionFastMethod() public méthode

public FunctionFastMethod ( IScorpioFastReflectMethod Method, Type ParameterType, Type ParamType, bool Params, string ParameterTypes ) : System
Method IScorpioFastReflectMethod
ParameterType System.Type
ParamType System.Type
Params bool
ParameterTypes string
Résultat System

Invoke() public méthode

public Invoke ( object obj, Type type ) : object
obj object
type System.Type
Résultat object

Property Details

Method public_oe property

public IScorpioFastReflectMethod Method
Résultat IScorpioFastReflectMethod