C# (CSharp) V8.Net Namespace

Classes

Name Description
HandleProxy
ManagedAccessorInfo
NativeFunctionTemplateProxy
NativeObjectTemplateProxy
NativeV8EngineProxy
ScriptMember
ScriptObject
V8Engine
V8Function Represents a basic JavaScript function object. By default, this object is used for the global environment.
V8NativeObject Represents a basic JavaScript object. This class wraps V8 functionality for operations required on any native V8 object (including managed ones).

This class implements 'DynamicObject' to make setting properties a bit easier.

V8NetProxy