C# Class Rhino.InterfaceAdapter._ContextAction_80

Inheritance: ContextAction
Show file Open project: hazzik/Rhino.Net

Public Methods

Method Description
Run ( Context cx ) : object
_ContextAction_80 ( InterfaceAdapter _enclosing, object target, Scriptable topScope, object thisObject, MethodInfo method, object args ) : System

Method Details

Run() public method

public Run ( Context cx ) : object
cx Context
return object

_ContextAction_80() public method

public _ContextAction_80 ( InterfaceAdapter _enclosing, object target, Scriptable topScope, object thisObject, MethodInfo method, object args ) : System
_enclosing InterfaceAdapter
target object
topScope Scriptable
thisObject object
method System.Reflection.MethodInfo
args object
return System