[This is preliminary documentation and is subject to change.]
Constructor.
Use this constructor when the script file is located in a directory, other then the
Session script directory.
| C# | Visual Basic | Visual C++ |
public VisualBasicScript( ScriptSession session, string directory, string scriptFileName )
Public Sub New ( _ session As ScriptSession, _ directory As String, _ scriptFileName As String _ )
public: VisualBasicScript( ScriptSession^ session, String^ directory, String^ scriptFileName )
- session (ScriptSession)
- The script Session the script belongs to.
- directory (String)
- The directory of the script file.
- scriptFileName (String)
- The script file name (not including path).