NSBundle.PathForAuxiliaryExecutable(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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