[This is preliminary documentation and is subject to change.]
Represents a Visual Basic Script.
| C# | Visual Basic | Visual C++ |
public class VisualBasicScript
Public Class VisualBasicScript
public ref class VisualBasicScript
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| VisualBasicScript(ScriptSession, String) |
Constructor.
| |
| VisualBasicScript(ScriptSession, String, String) |
Constructor.
Use this constructor when the script file is located in a directory, other then the
Session script directory.
| |
| Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Execute(array<Object>[]()[]) |
Execute the Visual Basic Script if no include errors and no compile erors exist.
If present, include errors and compile errors will be logged in the Results file(s).
| |
| ExpandAndCompile(String, String%) |
Expand and compile the script to check if the syntax is OK.
This is a "standalone" method. Use this when no Session object is available.
| |
| Finalize()()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetContent()()() |
Get the non expanded content (#include lines not replaced) of the Visual Basic Script.
| |
| GetExpandedContent(String%) |
Get the expanded content (#include lines replaced with content of referred file) of the
Visual Basic Script.
| |
| GetHashCode()()() | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetType()()() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString()()() | Returns a String that represents the current Object. (Inherited from Object.) | |
| ViewExpanded()()() |
View the expanded content with notepad.
|
| Object | |
| VisualBasicScript | |