C# Класс Rhino.ScriptRuntime.NoSuchMethodShim

Наследование: Callable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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