VBScriptEngine Constructor (String) |
Initializes a new VBScript engine instance with the specified name.
Namespace:
Microsoft.ClearScript.Windows
Assembly:
ClearScript.Windows (in ClearScript.Windows.dll) Version: 7.2.4
Syntaxpublic VBScriptEngine(
string name
)
Public Sub New (
name As String
)
public:
VBScriptEngine(
String^ name
)
new :
name : string -> VBScriptEngine
Parameters
- name
- Type: SystemString
A name to associate with the instance. Currently this name is used only as a label in presentation contexts such as debugger user interfaces.
See Also