C# Class Scorpio.Userdata.UserdataMethod.ExtensionMethod

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

Méthodes publiques

Свойство Type Description
Method System.Reflection.MethodInfo

Méthodes publiques

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

Method Details

ExtensionMethod() public méthode

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

Method public_oe property

public MethodInfo,System.Reflection Method
Résultat System.Reflection.MethodInfo