C# Class V8.Net.ScriptMember

Inheritance: System.Attribute
Afficher le fichier Open project: rjamesnw/v8dotnet

Méthodes publiques

Méthode 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 méthode

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.
Résultat System

ScriptMember() public méthode

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.
Résultat System