C# Class Scorpio.Userdata.UserdataMethod.FunctionConstructor

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

Méthodes publiques

Свойство Type Description
Constructor System.Reflection.ConstructorInfo

Méthodes publiques

Méthode Description
FunctionConstructor ( ConstructorInfo Constructor, Type ParameterType, object DefaultParameter, Type ParamType, bool Params, string ParameterTypes ) : System
Invoke ( object obj, Type type ) : object

Method Details

FunctionConstructor() public méthode

public FunctionConstructor ( ConstructorInfo Constructor, Type ParameterType, object DefaultParameter, Type ParamType, bool Params, string ParameterTypes ) : System
Constructor System.Reflection.ConstructorInfo
ParameterType System.Type
DefaultParameter object
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

Constructor public_oe property

public ConstructorInfo,System.Reflection Constructor
Résultat System.Reflection.ConstructorInfo