C# Класс V8.Net.ScriptMember

Наследование: System.Attribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

ScriptMember() публичный Метод

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.
Результат System

ScriptMember() публичный Метод

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.
Результат System