C# Class System.Net.CFString

Inheritance: CFObject
Afficher le fichier Open project: remobjects/mono Class Usage Examples

Méthodes publiques

Méthode Description
AsString ( IntPtr handle ) : string
CFString ( IntPtr handle, bool own ) : System
Create ( string value ) : CFString
ToString ( ) : string

Private Methods

Méthode Description
CFStringCreateWithCharacters ( IntPtr alloc, IntPtr chars, int length ) : IntPtr
CFStringGetCharacters ( IntPtr handle, CFRange range, IntPtr buffer ) : IntPtr
CFStringGetCharactersPtr ( IntPtr handle ) : IntPtr
CFStringGetLength ( IntPtr handle ) : int

Method Details

AsString() public static méthode

public static AsString ( IntPtr handle ) : string
handle IntPtr
Résultat string

CFString() public méthode

public CFString ( IntPtr handle, bool own ) : System
handle IntPtr
own bool
Résultat System

Create() public static méthode

public static Create ( string value ) : CFString
value string
Résultat CFString

ToString() public méthode

public ToString ( ) : string
Résultat string