C# Class System.Net.CFNumber

Inheritance: CFObject
Datei anzeigen Open project: remobjects/mono

Public Methods

Method Description
AsBool ( IntPtr handle ) : bool
AsInt32 ( IntPtr handle ) : int
CFNumber ( IntPtr handle, bool own ) : System

Private Methods

Method Description
CFNumberGetValue ( IntPtr handle, int type, bool &value ) : bool
CFNumberGetValue ( IntPtr handle, int type, int &value ) : bool

Method Details

AsBool() public static method

public static AsBool ( IntPtr handle ) : bool
handle System.IntPtr
return bool

AsInt32() public static method

public static AsInt32 ( IntPtr handle ) : int
handle System.IntPtr
return int

CFNumber() public method

public CFNumber ( IntPtr handle, bool own ) : System
handle System.IntPtr
own bool
return System