MonobjcMonobjc Documented Class Library
PathForAuxiliaryExecutable Method (executableName)
NamespacesMonobjc.FoundationNSBundlePathForAuxiliaryExecutable(NSString)

Returns the full pathname of the executable with the specified name in the receiver’s bundle.

Original signature is '- (NSString *)pathForAuxiliaryExecutable:(NSString *)executableName'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual NSString PathForAuxiliaryExecutable(
	NSString executableName
)
Public Overridable Function PathForAuxiliaryExecutable ( _
	executableName As NSString _
) As NSString
public:
virtual NSString^ PathForAuxiliaryExecutable(
	NSString^ executableName
)
Parameters
executableName (NSString)
The name of an executable file.
Return Value
The full pathname of the executable executableName in the receiver’s bundle.
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)