Passes commands that are not generated as part of the text input process.
Original signature is '- (void)doCommandBySelector:(SEL)aSelector commandDictionary:(NSDictionary*)infoDictionary'
Available in Mac OS X v10.5 and later.

C# | Visual Basic | Visual C++ |
public virtual void DoCommandBySelectorCommandDictionary( IntPtr aSelector, NSDictionary infoDictionary )
Public Overridable Sub DoCommandBySelectorCommandDictionary ( _ aSelector As IntPtr, _ infoDictionary As NSDictionary _ )
public: virtual void DoCommandBySelectorCommandDictionary( IntPtr aSelector, NSDictionary^ infoDictionary )

- aSelector (IntPtr)
- A selector that represents a command from the text input menu.
- infoDictionary (NSDictionary)
- A dictionary that contains two key-value pairs:

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)