| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > ZennoPoster Class : GetNewInstance Method |
Type: System.String
Pipe host of instance (127.0.0.1).
Type: System.Int32
Instance port.
Type: System.String
Instance work mode.
Type: System.String
Pipe host of instance (127.0.0.1).
Type: System.Int32
Instance port.
Type: System.String
Instance work mode.
var url = ""; var port = 0; var address = ""; // Gets parameters of instance ZennoPoster.GetNewInstance(out url, out port, out address); // Create new instance var instance = new Instance(url, port, address);
$url = ""; $port = 0; $address = ""; // Gets parameters of instance ZennoPoster::GetNewInstance($url, $port, $address); // Create new instance $instance = new Instance($url, $port, $address);
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.