MonobjcMonobjc Documented Class Library
AppleEventCodeForArgumentWithName Method (argumentName)
NamespacesMonobjc.FoundationNSScriptCommandDescriptionAppleEventCodeForArgumentWithName(NSString)

Returns the Apple event code for the specified command argument of the receiver.

Original signature is '- (FourCharCode)appleEventCodeForArgumentWithName:(NSString *)argumentName'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual uint AppleEventCodeForArgumentWithName(
	NSString argumentName
)
Public Overridable Function AppleEventCodeForArgumentWithName ( _
	argumentName As NSString _
) As UInteger
public:
virtual unsigned int AppleEventCodeForArgumentWithName(
	NSString^ argumentName
)
Parameters
argumentName (NSString)
The argument name (used as a key) for which to obtain the corresponding Apple event code.
Return Value
The code for the specified argument.
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)