CFDictionaryMBS class
Online Documentation - Statistics - FAQ - Plugin Parts (All , Dependencies ) - Class hierarchy
New in Version
22.2
22.3
22.4
22.5
23.0
23.1
23.2
23.3
23.4
23.5
24.0
24.1
The list of the topics ,
classes ,
interfaces ,
controls ,
modules ,
global methods by category ,
global methods by name ,
screenshots ,
licenses
and examples .
Platforms to show: All Mac Windows Linux Cross-Platform
CFDictionaryMBS class
Super class: CFObjectMBS
A class for a core foundation dictionary.
Example
dim c as new CFPreferencesMBS dim o as CFObjectMBS = c.CopyAppValue(NewCFStringMBS ("VisibleIdentifiers" ), NewCFStringMBS ("com.apple.speech.voice.prefs" ))dim d as CFDictionaryMBS = CFDictionaryMBS(o) break // see dictionary in debugger
If the release property is true, the destructor of this class will release the dictionary reference.
This class works on Windows with QuickTime 7 installed.
Subclass of the CFObjectMBS class.
property Count as Integer
13 methods
9 shared methods
Sub classes:
Some useful global functions for this class:
Some methods using this class:
CFAttributedStringMBS.Create (str as CFStringMBS , attributeDictionary as CFDictionaryMBS = nil) as CFAttributedStringMBS
CFBundleMBS.GetInfoDictionary as CFDictionaryMBS
CFHTTPMessageMBS.HeaderFields as CFDictionaryMBS
CFMutableAttributedStringMBS.Constructor (str as CFStringMBS , attributeDictionary as CFDictionaryMBS = nil)
CFMutableAttributedStringMBS.SetAttributes (Range as CFRangeMBS , replacements as CFDictionaryMBS, clearOtherAttributes as boolean)
CFPreferencesMBS.SetMultiple (KeysToSet as CFDictionaryMBS, KeysToRemove as CFArrayMBS , ApplicationID as CFStringMBS , userName as CFStringMBS , hostName as CFStringMBS )
IOPowerSourcesMBS.Item (index as Integer) as CFDictionaryMBS
IORegistryNodeMBS.CFProperties as CFDictionaryMBS
NotificationCenterMBS.Post (name as CFStringMBS , obj as CFObjectMBS , userinfo as CFDictionaryMBS, deliverImmediately as Boolean)
SCPreferencesMBS.GetPathValue (path as CFStringMBS ) as CFDictionaryMBS
Some events using this class:
Some examples using this class:
Blog Entries
Release notes
Version 20.5
Version 19.1
Added CFDictionaryMBS methods for CGRect/CGPoint/CGSize to/from dictionary.
The items on this page are in the following plugins: MBS MacCF Plugin .
CFDictionaryListMBS
-
CFErrorMBS