C# 클래스 V8.Net.ScriptMember

상속: System.Attribute
파일 보기 프로젝트 열기: rjamesnw/v8dotnet

공개 메소드들

메소드 설명
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