MonobjcMonobjc Documented Class Library
AppleEventCodeForSuite Method (suiteName)
NamespacesMonobjc.FoundationNSScriptSuiteRegistryAppleEventCodeForSuite(NSString)

Returns the Apple event code associated with the suite named suiteName, such as ‘core’ for the Core suite.

Original signature is '- (FourCharCode)appleEventCodeForSuite:(NSString *)suiteName'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual uint AppleEventCodeForSuite(
	NSString suiteName
)
Public Overridable Function AppleEventCodeForSuite ( _
	suiteName As NSString _
) As UInteger
public:
virtual unsigned int AppleEventCodeForSuite(
	NSString^ suiteName
)
Parameters
suiteName (NSString)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSScriptSuiteRegistry.AppleEventCodeForSuite(Monobjc.Foundation.NSString)"]

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)