C# Class System.Net.CFString

Inheritance: CFObject
Datei anzeigen Open project: remobjects/mono Class Usage Examples

Public Methods

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

Private Methods

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

public static AsString ( IntPtr handle ) : string
handle IntPtr
return string

CFString() public method

public CFString ( IntPtr handle, bool own ) : System
handle IntPtr
own bool
return System

Create() public static method

public static Create ( string value ) : CFString
value string
return CFString

ToString() public method

public ToString ( ) : string
return string