C# 클래스 Rhino.ScriptRuntime.NoSuchMethodShim

상속: Callable
파일 보기 프로젝트 열기: hazzik/Rhino.Net 1 사용 예제들

공개 메소드들

메소드 설명
Call ( Context cx, Scriptable scope, Scriptable thisObj, object args ) : object

Perform the call.

Perform the call.

비공개 메소드들

메소드 설명
NoSuchMethodShim ( Callable noSuchMethodMethod, string methodName ) : System

메소드 상세

Call() 공개 메소드

Perform the call.
Perform the call.
public Call ( Context cx, Scriptable scope, Scriptable thisObj, object args ) : object
cx Context the current Context for this thread
scope Scriptable the scope to use to resolve properties.
thisObj Scriptable the JavaScript this object
args object the array of arguments
리턴 object