C# 클래스 Microsoft.JScript.VsaScriptScope

상속: VsaItem, IVsaScriptScope
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
AddItem ( string itemName, VsaItemType type ) : IVsaItem
CreateDynamicItem ( string itemName, VsaItemType type ) : IVsaItem
GetItem ( string itemName ) : IVsaItem
GetItemAtIndex ( int index ) : IVsaItem
GetItemCount ( ) : int
GetObject ( ) : Object
RemoveItem ( IVsaItem item ) : void
RemoveItem ( string itemName ) : void
RemoveItemAtIndex ( int index ) : void

비공개 메소드들

메소드 설명
CheckForErrors ( ) : void
Close ( ) : void
Compile ( ) : void
ReRun ( GlobalScope scope ) : void
Reset ( ) : void
Run ( ) : void
VsaScriptScope ( VsaEngine engine, string itemName, VsaScriptScope parent ) : Microsoft.JScript.Vsa

메소드 상세

AddItem() 공개 메소드

public AddItem ( string itemName, VsaItemType type ) : IVsaItem
itemName string
type VsaItemType
리턴 IVsaItem

CreateDynamicItem() 공개 메소드

public CreateDynamicItem ( string itemName, VsaItemType type ) : IVsaItem
itemName string
type VsaItemType
리턴 IVsaItem

GetItem() 공개 메소드

public GetItem ( string itemName ) : IVsaItem
itemName string
리턴 IVsaItem

GetItemAtIndex() 공개 메소드

public GetItemAtIndex ( int index ) : IVsaItem
index int
리턴 IVsaItem

GetItemCount() 공개 메소드

public GetItemCount ( ) : int
리턴 int

GetObject() 공개 메소드

public GetObject ( ) : Object
리턴 Object

RemoveItem() 공개 메소드

public RemoveItem ( IVsaItem item ) : void
item IVsaItem
리턴 void

RemoveItem() 공개 메소드

public RemoveItem ( string itemName ) : void
itemName string
리턴 void

RemoveItemAtIndex() 공개 메소드

public RemoveItemAtIndex ( int index ) : void
index int
리턴 void