C# 클래스 MonoMac.CoreFoundation.CFArray

상속: INativeObject, IDisposable
파일 보기 프로젝트 열기: kangaroo/maccore 1 사용 예제들

공개 메소드들

메소드 설명
Create ( ) : IntPtr
Dispose ( ) : void
FromIntPtrs ( ) : CFArray
FromNativeObjects ( ) : CFArray
GetCount ( IntPtr array ) : int

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
CFArray ( ) : System
CFArray ( IntPtr handle, bool owns ) : System
CFArrayCreate ( IntPtr allocator, IntPtr values, Int32 numValues, IntPtr callbacks ) : IntPtr
CFArrayGetCount ( IntPtr theArray ) : Int32

메소드 상세

Create() 공개 정적인 메소드

public static Create ( ) : IntPtr
리턴 System.IntPtr

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

FromIntPtrs() 공개 정적인 메소드

public static FromIntPtrs ( ) : CFArray
리턴 CFArray

FromNativeObjects() 공개 정적인 메소드

public static FromNativeObjects ( ) : CFArray
리턴 CFArray

GetCount() 공개 정적인 메소드

public static GetCount ( IntPtr array ) : int
array IntPtr
리턴 int