C# Class MonoMac.CoreFoundation.CFString

Inheritance: INativeObject, IDisposable
Mostrar archivo Open project: kangaroo/maccore Class Usage Examples

Public Methods

Method Description
CFString ( string str ) : System
Dispose ( ) : void
Dispose ( bool disposing ) : void
this ( int p ) : char

Private Methods

Method Description
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

Method Details

CFString() public method

public CFString ( string str ) : System
str string
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() public method

public Dispose ( bool disposing ) : void
disposing bool
return void

this() public method

public this ( int p ) : char
p int
return char