Returns the command description identified by a suite’s four-character Apple event code of the class (eventClass) and the four-character Apple event code of the command (commandCode).
Original signature is '- (NSScriptCommandDescription *)commandDescriptionWithAppleEventClass:(FourCharCode)eventClass andAppleEventCode:(FourCharCode)commandCode'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSScriptCommandDescription CommandDescriptionWithAppleEventClassAndAppleEventCode( uint eventClass, uint commandCode )
Public Overridable Function CommandDescriptionWithAppleEventClassAndAppleEventCode ( _ eventClass As UInteger, _ commandCode As UInteger _ ) As NSScriptCommandDescription
public: virtual NSScriptCommandDescription^ CommandDescriptionWithAppleEventClassAndAppleEventCode( unsigned int eventClass, unsigned int commandCode )

[Missing <returns> documentation for "M:Monobjc.Foundation.NSScriptSuiteRegistry.CommandDescriptionWithAppleEventClassAndAppleEventCode(System.UInt32,System.UInt32)"]

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