Share via


CFBundle Class

Definition

public class CFBundle : CoreFoundation.NativeObject
type CFBundle = class
    inherit NativeObject
Inheritance

Constructors

Name Description
CFBundle(NSUrl)

Properties

Name Description
Architectures
BuiltInPlugInsUrl
DevelopmentRegion
ExecutableUrl
Handle (Inherited from DisposableObject)
HasLoadedExecutable
Identifier
Info
InfoDictionary
LocalInfoDictionary
Owns (Inherited from DisposableObject)
PrivateFrameworksUrl
ResourcesDirectoryUrl
SharedFrameworksUrl
SharedSupportUrl
SupportFilesDirectoryUrl
Url

Methods

Name Description
ClearHandle() (Inherited from DisposableObject)
Dispose() (Inherited from DisposableObject)
Dispose(Boolean) (Inherited from NativeObject)
Equals(Object) (Inherited from DisposableObject)
Get(String)
GetAll()
GetAuxiliaryExecutableUrl(String)
GetBundlesFromDirectory(NSUrl, String)
GetCheckedHandle() (Inherited from DisposableObject)
GetHashCode() (Inherited from DisposableObject)
GetInfoDictionary(NSUrl)
GetLocalizations(NSUrl)
GetLocalizationsForPreferences(String[], String[])
GetLocalizedString(String, String, String, CultureInfo[])

Gets a localized string for a list of possible localizations.

GetLocalizedString(String, String, String, String[])

Gets a localized string for a list of possible localizations.

GetLocalizedString(String, String, String)

Gets a localized string.

GetMain()
GetPreferredLocalizations(String[])
GetResourceUrl(NSUrl, String, String, String)
GetResourceUrl(String, String, String, String)
GetResourceUrl(String, String, String)
GetResourceUrls(NSUrl, String, String)
GetResourceUrls(String, String, String)
GetResourceUrls(String, String)
InitializeHandle(NativeHandle) (Inherited from DisposableObject)
IsArchitectureLoadable(CFBundle+Architecture)
IsExecutableLoadable(CFBundle)
IsExecutableLoadable(NSUrl)
LoadExecutable(NSError)
PreflightExecutable(NSError)
Release() (Inherited from NativeObject)
Retain() (Inherited from NativeObject)
UnloadExecutable()

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to