NSBundle.UrlForAuxiliaryExecutable(String) Method

Definition

The file URL for the executable of the specified name stored in this bundle.

[Foundation.Export("URLForAuxiliaryExecutable:")]
public virtual Foundation.NSUrl UrlForAuxiliaryExecutable (string executable);
abstract member UrlForAuxiliaryExecutable : string -> Foundation.NSUrl
override this.UrlForAuxiliaryExecutable : string -> Foundation.NSUrl

Parameters

executable
String

Returns

Attributes

Applies to