C# 클래스 Jint.Native.JsScope

상속: JsDictionaryObject
파일 보기 프로젝트 열기: splhack/unity-jint 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ARGUMENTS string
THIS string

공개 메소드들

메소드 설명
GetDescriptor ( string index ) : Descriptor

Overriden. Returns a property descriptor.

Tries to resolve proeprty in the following order: 1. OwnProperty for the current scope 2. Any property from the bag (if specified). 3. A property from scopes hierarchy.

GetKeys ( ) : IEnumerable
GetValues ( ) : IEnumerable
JsScope ( ) : System

Creates a new Global scope

JsScope ( JsDictionaryObject bag ) : System
JsScope ( JsScope outer ) : System

Creates a new scope inside the specified scope

JsScope ( JsScope outer, JsDictionaryObject bag ) : System
this ( string index ) : JsInstance

비공개 메소드들

메소드 설명
baseGetDescriptor ( string key ) : Descriptor
baseGetKeys ( ) : IEnumerable

메소드 상세

GetDescriptor() 공개 메소드

Overriden. Returns a property descriptor.
Tries to resolve proeprty in the following order: 1. OwnProperty for the current scope 2. Any property from the bag (if specified). 3. A property from scopes hierarchy.
public GetDescriptor ( string index ) : Descriptor
index string Property name.
리턴 Descriptor

GetKeys() 공개 메소드

public GetKeys ( ) : IEnumerable
리턴 IEnumerable

GetValues() 공개 메소드

public GetValues ( ) : IEnumerable
리턴 IEnumerable

JsScope() 공개 메소드

Creates a new Global scope
public JsScope ( ) : System
리턴 System

JsScope() 공개 메소드

public JsScope ( JsDictionaryObject bag ) : System
bag JsDictionaryObject
리턴 System

JsScope() 공개 메소드

Creates a new scope inside the specified scope
public JsScope ( JsScope outer ) : System
outer JsScope Scope inside which the new scope should be created
리턴 System

JsScope() 공개 메소드

public JsScope ( JsScope outer, JsDictionaryObject bag ) : System
outer JsScope
bag JsDictionaryObject
리턴 System

this() 공개 메소드

public this ( string index ) : JsInstance
index string
리턴 JsInstance

프로퍼티 상세

ARGUMENTS 공개적으로 정적으로 프로퍼티

public static string ARGUMENTS
리턴 string

THIS 공개적으로 정적으로 프로퍼티

public static string THIS
리턴 string