C# 클래스 MonoMac.CoreFoundation.CFDictionary

파일 보기 프로젝트 열기: kangaroo/maccore

공개 메소드들

메소드 설명
GetBooleanValue ( IntPtr theDict, IntPtr key ) : bool
GetValue ( IntPtr theDict, IntPtr key ) : IntPtr

비공개 메소드들

메소드 설명
CFDictionaryGetValue ( IntPtr theDict, IntPtr key ) : IntPtr

메소드 상세

GetBooleanValue() 공개 정적인 메소드

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

GetValue() 공개 정적인 메소드

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