| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > Instance Class : Instance Constructor |
Type: System.String
A string expression that evaluates to the URL.
Type: System.Int32
The port of the instance.
Type: System.String
This parameter can take the following values: "debug" and "server". The default value is "server".
Type: System.String
A string expression that evaluates to the URL.
Type: System.Int32
The port of the instance.
Type: System.String
This parameter can take the following values: "debug" and "server". The default value is "server".
// create a new instance Instance instance = new Instance("127.0.0.1", 40500, "server");
// create a new instance $instance = new Instance("127.0.0.1", 40500, "server");
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.