C# Class SGScript.DNMethod

Inheritance: IObjectBase
Afficher le fichier Open project: snake5/sgscript Class Usage Examples

Méthodes publiques

Свойство Type Description
name string
parseVarArgs System.Reflection.MethodInfo[]
parseVarThis System.Reflection.MethodInfo
thisMethodInfo System.Reflection.MethodInfo

Méthodes publiques

Méthode Description
DNMethod ( Context c, MethodInfo mi ) : System
OnCall ( Context ctx ) : int
ToString ( ) : string
_InitMetaObject ( ) : void

Method Details

DNMethod() public méthode

public DNMethod ( Context c, MethodInfo mi ) : System
c Context
mi System.Reflection.MethodInfo
Résultat System

OnCall() public méthode

public OnCall ( Context ctx ) : int
ctx Context
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

_InitMetaObject() public méthode

public _InitMetaObject ( ) : void
Résultat void

Property Details

name public_oe property

public string name
Résultat string

parseVarArgs public_oe property

public MethodInfo[],System.Reflection parseVarArgs
Résultat System.Reflection.MethodInfo[]

parseVarThis public_oe property

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

thisMethodInfo public_oe property

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