C# Class MonoMac.CoreFoundation.CFString

Inheritance: INativeObject, IDisposable
Afficher le fichier Open project: kangaroo/maccore Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public CFString ( string str ) : System
str string
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( bool disposing ) : void
disposing bool
Résultat void

this() public méthode

public this ( int p ) : char
p int
Résultat char