C# 클래스 SGScript.DNMethod

상속: IObjectBase
파일 보기 프로젝트 열기: snake5/sgscript 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
name string
parseVarArgs System.Reflection.MethodInfo[]
parseVarThis System.Reflection.MethodInfo
thisMethodInfo System.Reflection.MethodInfo

공개 메소드들

메소드 설명
DNMethod ( Context c, MethodInfo mi ) : System
OnCall ( Context ctx ) : int
ToString ( ) : string
_InitMetaObject ( ) : void

메소드 상세

DNMethod() 공개 메소드

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

OnCall() 공개 메소드

public OnCall ( Context ctx ) : int
ctx Context
리턴 int

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

_InitMetaObject() 공개 메소드

public _InitMetaObject ( ) : void
리턴 void

프로퍼티 상세

name 공개적으로 프로퍼티

public string name
리턴 string

parseVarArgs 공개적으로 프로퍼티

public MethodInfo[],System.Reflection parseVarArgs
리턴 System.Reflection.MethodInfo[]

parseVarThis 공개적으로 프로퍼티

public MethodInfo,System.Reflection parseVarThis
리턴 System.Reflection.MethodInfo

thisMethodInfo 공개적으로 프로퍼티

public MethodInfo,System.Reflection thisMethodInfo
리턴 System.Reflection.MethodInfo