C# 클래스 AjScript.Language.Function

상속: DynamicObject, IFunction
파일 보기 프로젝트 열기: ajlopez/AjScript

공개 메소드들

메소드 설명
Function ( string parameterNames, ICommand body ) : System
Function ( string parameterNames, ICommand body, IContext context ) : System
GetValue ( string name ) : object
Invoke ( IContext context, object @this, object arguments ) : object
NewInstance ( object parameters ) : object

비공개 메소드들

메소드 설명
Function ( ) : System

메소드 상세

Function() 공개 메소드

public Function ( string parameterNames, ICommand body ) : System
parameterNames string
body ICommand
리턴 System

Function() 공개 메소드

public Function ( string parameterNames, ICommand body, IContext context ) : System
parameterNames string
body ICommand
context IContext
리턴 System

GetValue() 공개 메소드

public GetValue ( string name ) : object
name string
리턴 object

Invoke() 공개 메소드

public Invoke ( IContext context, object @this, object arguments ) : object
context IContext
@this object
arguments object
리턴 object

NewInstance() 공개 메소드

public NewInstance ( object parameters ) : object
parameters object
리턴 object