C# Class Microsoft.JScript.VsaScriptScope

Inheritance: VsaItem, IVsaScriptScope
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method 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

Method 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 method

public AddItem ( string itemName, VsaItemType type ) : IVsaItem
itemName string
type VsaItemType
return IVsaItem

CreateDynamicItem() public method

public CreateDynamicItem ( string itemName, VsaItemType type ) : IVsaItem
itemName string
type VsaItemType
return IVsaItem

GetItem() public method

public GetItem ( string itemName ) : IVsaItem
itemName string
return IVsaItem

GetItemAtIndex() public method

public GetItemAtIndex ( int index ) : IVsaItem
index int
return IVsaItem

GetItemCount() public method

public GetItemCount ( ) : int
return int

GetObject() public method

public GetObject ( ) : Object
return Object

RemoveItem() public method

public RemoveItem ( IVsaItem item ) : void
item IVsaItem
return void

RemoveItem() public method

public RemoveItem ( string itemName ) : void
itemName string
return void

RemoveItemAtIndex() public method

public RemoveItemAtIndex ( int index ) : void
index int
return void