Method | Description | |
---|---|---|
ConvertV8Value ( object obj ) : object | ||
ConvertV8Value ( object obj, |
||
IsInternalV8Object ( object val ) : bool |
Method | Description | |
---|---|---|
BaseSessionObject ( |
||
GetProperty ( string name ) : object |
Get property. Use only for value types
|
|
InvokeMethod ( string name ) : object |
Invoke method
|
protected ConvertV8Value ( object obj ) : object | ||
obj | object | |
return | object |
protected ConvertV8Value ( object obj, |
||
obj | object | |
typeDescription | ||
return | object |
protected static IsInternalV8Object ( object val ) : bool | ||
val | object | |
return | bool |