C# Class System.Net.CFNumber

Inheritance: CFObject
Afficher le fichier Open project: remobjects/mono

Méthodes publiques

Méthode Description
AsBool ( IntPtr handle ) : bool
AsInt32 ( IntPtr handle ) : int
CFNumber ( IntPtr handle, bool own ) : System

Private Methods

Méthode Description
CFNumberGetValue ( IntPtr handle, int type, bool &value ) : bool
CFNumberGetValue ( IntPtr handle, int type, int &value ) : bool

Method Details

AsBool() public static méthode

public static AsBool ( IntPtr handle ) : bool
handle System.IntPtr
Résultat bool

AsInt32() public static méthode

public static AsInt32 ( IntPtr handle ) : int
handle System.IntPtr
Résultat int

CFNumber() public méthode

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