MonobjcMonobjc Documented Class Library
CommandDescriptionWithAppleEventClassAndAppleEventCode Method (eventClass, commandCode)
NamespacesMonobjc.FoundationNSScriptSuiteRegistryCommandDescriptionWithAppleEventClassAndAppleEventCode(UInt32, UInt32)

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.

Declaration Syntax
C#Visual BasicVisual 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
)
Parameters
eventClass (UInt32)
MISSING
commandCode (UInt32)
MISSING
Return Value

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

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

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)