C# 클래스 MonoMac.CoreFoundation.CFString

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

공개 메소드들

메소드 설명
CFString ( string str ) : System
Dispose ( ) : void
Dispose ( bool disposing ) : void
this ( int p ) : char

비공개 메소드들

메소드 설명
CFString ( IntPtr handle ) : System
CFString ( IntPtr handle, bool owns ) : System
CFStringCreateWithCharacters ( IntPtr allocator, string str, int count ) : IntPtr
CFStringGetCharacterAtIndex ( IntPtr handle, int p ) : char
CFStringGetCharacters ( IntPtr handle, CFRange range, IntPtr buffer ) : IntPtr
CFStringGetCharactersPtr ( IntPtr handle ) : IntPtr
CFStringGetLength ( IntPtr handle ) : int
FetchString ( IntPtr handle ) : string

메소드 상세

CFString() 공개 메소드

public CFString ( string str ) : System
str string
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 공개 메소드

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

this() 공개 메소드

public this ( int p ) : char
p int
리턴 char