C# 클래스 Microsoft.JScript.BlockScope

상속: Microsoft.JScript.ActivationObject
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
BlockScope ( ScriptObject parent, String name, int scopeId ) : System

보호된 메소드들

메소드 설명
CreateField ( String name, FieldAttributes attributeFlags, Object value ) : JSVariableField

비공개 메소드들

메소드 설명
AddFieldForLocalScopeDebugInfo ( JSLocalField field ) : void
BlockScope ( ScriptObject parent ) : System
EmitLocalInfoForFields ( ILGenerator il ) : void

메소드 상세

BlockScope() 공개 메소드

public BlockScope ( ScriptObject parent, String name, int scopeId ) : System
parent ScriptObject
name String
scopeId int
리턴 System

CreateField() 보호된 메소드

protected CreateField ( String name, FieldAttributes attributeFlags, Object value ) : JSVariableField
name String
attributeFlags FieldAttributes
value Object
리턴 JSVariableField