| ZennoLab.CommandCenter Assembly > ZennoLab.CommandCenter Namespace > ZennoPoster Class : HideInstance 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); // Hide the instance ZennoPoster.HideInstance(url, port, address);
$url = ""; $port = 0; $address = ""; // Gets parameters of instance ZennoPoster::GetNewInstance($url, $port, $address); // Hide the instance ZennoPoster.HideInstance($url, $port, $address);
Target Platforms: Desktop: Windows XP SP3 and older. Server: Windows Server 2003 and older.