NSBundle.PathForResourceAbsolute(String, String, String) 方法

定义

指定名称和键入指定子目录中的资源的完整路径名。

[Foundation.Export("pathForResource:ofType:inDirectory:")]
public static string PathForResourceAbsolute (string name, string ofType, string bundleDirectory);
static member PathForResourceAbsolute : string * string * string -> string

参数

name
String
ofType
String

要查找的扩展;如果不需要扩展匹配,则为 null。

此参数可以为 null

bundleDirectory
String

返回

属性

适用于