C# Class MonoMac.CoreFoundation.CFDictionary

Afficher le fichier Open project: kangaroo/maccore

Méthodes publiques

Méthode Description
GetBooleanValue ( IntPtr theDict, IntPtr key ) : bool
GetValue ( IntPtr theDict, IntPtr key ) : IntPtr

Private Methods

Méthode Description
CFDictionaryGetValue ( IntPtr theDict, IntPtr key ) : IntPtr

Method Details

GetBooleanValue() public static méthode

public static GetBooleanValue ( IntPtr theDict, IntPtr key ) : bool
theDict System.IntPtr
key System.IntPtr
Résultat bool

GetValue() public static méthode

public static GetValue ( IntPtr theDict, IntPtr key ) : IntPtr
theDict System.IntPtr
key System.IntPtr
Résultat System.IntPtr