C# Class V8.Net.ScriptMember

Inheritance: System.Attribute
Datei anzeigen Open project: rjamesnw/v8dotnet

Public Methods

Method Description
ScriptMember ( ScriptMemberSecurity security ) : System

Allows controlling how this class member is exposed to the scripting environment.

ScriptMember ( string inScriptName = null, ScriptMemberSecurity security = ScriptMemberSecurity.ReadWrite ) : System

Allows controlling how this class member is exposed to the scripting environment.

Method Details

ScriptMember() public method

Allows controlling how this class member is exposed to the scripting environment.
public ScriptMember ( ScriptMemberSecurity security ) : System
security ScriptMemberSecurity The script access security for this member.
return System

ScriptMember() public method

Allows controlling how this class member is exposed to the scripting environment.
public ScriptMember ( string inScriptName = null, ScriptMemberSecurity security = ScriptMemberSecurity.ReadWrite ) : System
inScriptName string The type name to expose to the scripting environment for this member (default is null/empty, which means use the member name as is).
security ScriptMemberSecurity The script access security for this member.
return System