IPluginHostSendCommand Method |
Send a /command to a Window, window can be IServer, IChannel or IUser
Namespace:
AdiIRCAPI
Assembly:
AdiIRCAPI (in AdiIRCAPI.dll) Version: 1.8.0.0 (1.8.0.0)
Syntax bool SendCommand(
Object Window,
string Command,
string Args
)
Function SendCommand (
Window As Object,
Command As String,
Args As String
) As Boolean
bool SendCommand(
Object^ Window,
String^ Command,
String^ Args
)
abstract SendCommand :
Window : Object *
Command : string *
Args : string -> bool
Parameters
- Window
- Type: SystemObject
Object - Command
- Type: SystemString
String - Args
- Type: SystemString
String
Return Value
Type:
BooleanTrue/False depending if the send was successful
See Also