C# Class Scorpio.Userdata.UserdataMethod.FunctionBase

Afficher le fichier Open project: qingfeng346/Scorpio-CSharp

Méthodes publiques

Свойство Type Description
Args object[]
DefaultParameter object[]
HasDefault bool
IsGeneric bool
ParamType System.Type
ParameterCount int
ParameterType System.Type[]
ParameterTypes string
Params bool
RequiredNumber int

Méthodes publiques

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

Method Details

FunctionBase() public méthode

public FunctionBase ( Type ParameterType, object DefaultParameter, Type ParamType, bool Params, string ParameterTypes ) : System
ParameterType System.Type
DefaultParameter object
ParamType System.Type
Params bool
ParameterTypes string
Résultat System

Invoke() public abstract méthode

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

Property Details

Args public_oe property

public object[] Args
Résultat object[]

DefaultParameter public_oe property

public object[] DefaultParameter
Résultat object[]

HasDefault public_oe property

public bool HasDefault
Résultat bool

IsGeneric public_oe property

public bool IsGeneric
Résultat bool

ParamType public_oe property

public Type,System ParamType
Résultat System.Type

ParameterCount public_oe property

public int ParameterCount
Résultat int

ParameterType public_oe property

public Type[],System ParameterType
Résultat System.Type[]

ParameterTypes public_oe property

public string ParameterTypes
Résultat string

Params public_oe property

public bool Params
Résultat bool

RequiredNumber public_oe property

public int RequiredNumber
Résultat int