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 |
Method | Description | |
---|---|---|
CheckForErrors ( ) : void | ||
Close ( ) : void | ||
Compile ( ) : void | ||
ReRun ( |
||
Reset ( ) : void | ||
Run ( ) : void | ||
VsaScriptScope ( |
public AddItem ( string itemName, VsaItemType type ) : IVsaItem | ||
itemName | string | |
type | VsaItemType | |
return | IVsaItem |
public CreateDynamicItem ( string itemName, VsaItemType type ) : IVsaItem | ||
itemName | string | |
type | VsaItemType | |
return | IVsaItem |
public GetItem ( string itemName ) : IVsaItem | ||
itemName | string | |
return | IVsaItem |
public GetItemAtIndex ( int index ) : IVsaItem | ||
index | int | |
return | IVsaItem |
public RemoveItemAtIndex ( int index ) : void | ||
index | int | |
return | void |