Share via


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()

適用対象