NSBundle.PathForAuxiliaryExecutable(String) Method

Definition

The full pathname for the executable with the specified name located in this bundle.

[Foundation.Export("pathForAuxiliaryExecutable:")]
public virtual string PathForAuxiliaryExecutable (string s);
abstract member PathForAuxiliaryExecutable : string -> string
override this.PathForAuxiliaryExecutable : string -> string

Parameters

s
String

Returns

Attributes

Applies to