| 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: Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows Seven