C# 클래스 System.Net.CFDictionary

상속: CFObject
파일 보기 프로젝트 열기: remobjects/mono 1 사용 예제들

공개 메소드들

메소드 설명
CFDictionary ( IntPtr handle, bool own ) : System
GetValue ( IntPtr key ) : IntPtr
this ( IntPtr key ) : IntPtr

비공개 메소드들

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

메소드 상세

CFDictionary() 공개 메소드

public CFDictionary ( IntPtr handle, bool own ) : System
handle IntPtr
own bool
리턴 System

GetValue() 공개 메소드

public GetValue ( IntPtr key ) : IntPtr
key IntPtr
리턴 IntPtr

this() 공개 메소드

public this ( IntPtr key ) : IntPtr
key IntPtr
리턴 IntPtr