C# Class SGScript.DNMethod

Inheritance: IObjectBase
Mostra file Open project: snake5/sgscript Class Usage Examples

Public Properties

Property Type Description
name string
parseVarArgs System.Reflection.MethodInfo[]
parseVarThis System.Reflection.MethodInfo
thisMethodInfo System.Reflection.MethodInfo

Public Methods

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

Method Details

DNMethod() public method

public DNMethod ( Context c, MethodInfo mi ) : System
c Context
mi System.Reflection.MethodInfo
return System

OnCall() public method

public OnCall ( Context ctx ) : int
ctx Context
return int

ToString() public method

public ToString ( ) : string
return string

_InitMetaObject() public method

public _InitMetaObject ( ) : void
return void

Property Details

name public_oe property

public string name
return string

parseVarArgs public_oe property

public MethodInfo[],System.Reflection parseVarArgs
return System.Reflection.MethodInfo[]

parseVarThis public_oe property

public MethodInfo,System.Reflection parseVarThis
return System.Reflection.MethodInfo

thisMethodInfo public_oe property

public MethodInfo,System.Reflection thisMethodInfo
return System.Reflection.MethodInfo