IWindow.ExecuteCommand Method

AdiIRC API v2

IWindowExecuteCommand Method

Executes a /command to this IWindow.

Namespace:  AdiIRCAPIv2.Interfaces
Assembly:  AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.4 (2.0.1.4)
Syntax
bool ExecuteCommand(
	string command
)
Function ExecuteCommand ( 
	command As String
) As Boolean
bool ExecuteCommand(
	String^ command
)
abstract ExecuteCommand : 
        command : string -> bool 

Parameters

command
Type: SystemString
Command to execute

Return Value

Type: Boolean
True/False depending if the send was successful
See Also