Returns the class description associated with the given four-character Apple event code, code.
Original signature is '- (NSScriptClassDescription *)classDescriptionWithAppleEventCode:(FourCharCode)code'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public virtual NSScriptClassDescription ClassDescriptionWithAppleEventCode( uint code )
Public Overridable Function ClassDescriptionWithAppleEventCode ( _ code As UInteger _ ) As NSScriptClassDescription
public: virtual NSScriptClassDescription^ ClassDescriptionWithAppleEventCode( unsigned int code )

- code (UInt32)
- MISSING

[Missing <returns> documentation for "M:Monobjc.Foundation.NSScriptSuiteRegistry.ClassDescriptionWithAppleEventCode(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)