CFBundle 类

定义

public class CFBundle : IDisposable, ObjCRuntime.INativeObject
type CFBundle = class
    interface INativeObject
    interface IDisposable
继承
CFBundle
实现

构造函数

CFBundle(NSUrl)

属性

Architectures
BuiltInPlugInsUrl
DevelopmentRegion
ExecutableUrl
Handle

处理指向非托管对象表示形式的 (指针) 。

HasLoadedExecutable
Identifier
Info
InfoDictionary
LocalInfoDictionary
PrivateFrameworksUrl
ResourcesDirectoryUrl
SharedFrameworksUrl
SharedSupportUrl
SupportFilesDirectoryUrl
Url

方法

Dispose()

释放 CFBundle 对象使用的资源。

Dispose(Boolean)

释放 CFBundle 对象使用的资源。

Finalize()

CFBundle 对象的终结器

Get(String)
GetAll()
GetAuxiliaryExecutableUrl(String)
GetBundlesFromDirectory(NSUrl, String)
GetInfoDictionary(NSUrl)
GetLocalizations(NSUrl)
GetLocalizationsForPreferences(String[], String[])
GetLocalizedString(String, String, String)
GetMain()
GetPreferredLocalizations(String[])
GetResourceUrl(NSUrl, String, String, String)
GetResourceUrl(String, String, String)
GetResourceUrl(String, String, String, String)
GetResourceUrls(NSUrl, String, String)
GetResourceUrls(String, String)
GetResourceUrls(String, String, String)
LoadExecutable(NSError)
PreflightExecutable(NSError)
UnloadExecutable()

适用于