C# 클래스 Microsoft.JScript.BlockScope
파일 보기
프로젝트 열기: gbarnett/shared-source-cli-2.0
1 사용 예제들
공개 메소드들
메소드 |
설명 |
|
BlockScope ( ScriptObject parent, String name, int scopeId ) : System |
|
|
보호된 메소드들
메소드 |
설명 |
|
CreateField ( String name, FieldAttributes attributeFlags, Object value ) : JSVariableField |
|
|
비공개 메소드들
메소드 상세
public BlockScope ( ScriptObject parent, String name, int scopeId ) : System |
parent |
ScriptObject |
|
name |
String |
|
scopeId |
int |
|
리턴 |
System |
|
protected CreateField ( String name, FieldAttributes attributeFlags, Object value ) : JSVariableField |
name |
String |
|
attributeFlags |
FieldAttributes |
|
value |
Object |
|
리턴 |
JSVariableField |
|