C# 클래스 System.Net.CFArray

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

공개 메소드들

메소드 설명
CFArray ( IntPtr handle, bool own ) : System
this ( int index ) : IntPtr

비공개 메소드들

메소드 설명
CFArray ( ) : System
CFArrayCreate ( IntPtr allocator, IntPtr values, int numValues, IntPtr callbacks ) : IntPtr
CFArrayGetCount ( IntPtr handle ) : int
CFArrayGetValueAtIndex ( IntPtr handle, int index ) : IntPtr
Create ( ) : CFArray

메소드 상세

CFArray() 공개 메소드

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

this() 공개 메소드

public this ( int index ) : IntPtr
index int
리턴 System.IntPtr