C# 클래스 Microsoft.JScript.PackageScope

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

공개 메소드들

메소드 설명
PackageScope ( ScriptObject parent ) : System

보호된 메소드들

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

비공개 메소드들

메소드 설명
AddNewField ( String name, Object value, FieldAttributes attributeFlags ) : JSVariableField
AddOwnName ( ) : void
GetName ( ) : String
MergeWith ( PackageScope p ) : void

메소드 상세

CreateField() 보호된 메소드

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

PackageScope() 공개 메소드

public PackageScope ( ScriptObject parent ) : System
parent ScriptObject
리턴 System