IWindowExecuteCommand Method |
Executes a /command to this IWindow.
Using double slashes //command parses and executes the command as a script in this IWindow.
Namespace:
AdiIRCAPIv2.Interfaces
Assembly:
AdiIRCAPIv2 (in AdiIRCAPIv2.dll) Version: 2.0.1.7 (2.0.1.7)
Syntax bool ExecuteCommand(
string command
)
Parameters
- command
- Type: SystemString
Command to execute
Return Value
Type:
BooleanTrue/False depending if the send was successful
See Also