public void Invoke(
string customCommandKey,
params Object[] untypedArgs
)
Public Sub Invoke (
customCommandKey As String,
ParamArray untypedArgs As Object()
)
member Invoke :
customCommandKey : string *
untypedArgs : Object[] -> unit