C# Class MonoMac.CoreFoundation.CFDictionary

Mostrar archivo Open project: kangaroo/maccore

Public Methods

Method Description
GetBooleanValue ( IntPtr theDict, IntPtr key ) : bool
GetValue ( IntPtr theDict, IntPtr key ) : IntPtr

Private Methods

Method Description
CFDictionaryGetValue ( IntPtr theDict, IntPtr key ) : IntPtr

Method Details

GetBooleanValue() public static method

public static GetBooleanValue ( IntPtr theDict, IntPtr key ) : bool
theDict System.IntPtr
key System.IntPtr
return bool

GetValue() public static method

public static GetValue ( IntPtr theDict, IntPtr key ) : IntPtr
theDict System.IntPtr
key System.IntPtr
return System.IntPtr