Method | Description | |
---|---|---|
ClrInstanceWrapper ( ScriptEngine engine, object instance ) : System |
Creates a new ClrInstanceWrapper object.
|
|
ToString ( ) : string |
Returns a primitive value that represents the current object. Used by the addition and equality operators. Returns a textual representation of this object.
|
Method | Description | |
---|---|---|
GetPrototypeObject ( ScriptEngine engine, object instance ) : |
Returns an object instance to serve as the next object in the prototype chain.
|
public ClrInstanceWrapper ( ScriptEngine engine, object instance ) : System | ||
engine | ScriptEngine | The associated script engine. |
instance | object | The CLR object instance to wrap. |
return | System |