MonobjcMonobjc Documented Class Library
TypeForArgumentWithName Method (argumentName)
NamespacesMonobjc.FoundationNSScriptCommandDescriptionTypeForArgumentWithName(NSString)

Returns the type of the command argument identified by the specified key.

Original signature is '- (NSString *)typeForArgumentWithName:(NSString *)argumentName'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString TypeForArgumentWithName(
	NSString argumentName
)
Public Overridable Function TypeForArgumentWithName ( _
	argumentName As NSString _
) As NSString
public:
virtual NSString^ TypeForArgumentWithName(
	NSString^ argumentName
)
Parameters
argumentName (NSString)
Argument name (used as a key) that identifies the command argument to examine.
Return Value
The type of the specified command argument. Returns nil if there is no such 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)