C# Class Microsoft.JScript.VsaScriptScope

Inheritance: VsaItem, IVsaScriptScope
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
CheckForErrors ( ) : void
Close ( ) : void
Compile ( ) : void
ReRun ( GlobalScope scope ) : void
Reset ( ) : void
Run ( ) : void
VsaScriptScope ( VsaEngine engine, string itemName, VsaScriptScope parent ) : Microsoft.JScript.Vsa

Method Details

AddItem() public méthode

public AddItem ( string itemName, VsaItemType type ) : IVsaItem
itemName string
type VsaItemType
Résultat IVsaItem

CreateDynamicItem() public méthode

public CreateDynamicItem ( string itemName, VsaItemType type ) : IVsaItem
itemName string
type VsaItemType
Résultat IVsaItem

GetItem() public méthode

public GetItem ( string itemName ) : IVsaItem
itemName string
Résultat IVsaItem

GetItemAtIndex() public méthode

public GetItemAtIndex ( int index ) : IVsaItem
index int
Résultat IVsaItem

GetItemCount() public méthode

public GetItemCount ( ) : int
Résultat int

GetObject() public méthode

public GetObject ( ) : Object
Résultat Object

RemoveItem() public méthode

public RemoveItem ( IVsaItem item ) : void
item IVsaItem
Résultat void

RemoveItem() public méthode

public RemoveItem ( string itemName ) : void
itemName string
Résultat void

RemoveItemAtIndex() public méthode

public RemoveItemAtIndex ( int index ) : void
index int
Résultat void