C# 클래스 System.Net.CFNumber

상속: CFObject
파일 보기 프로젝트 열기: remobjects/mono

공개 메소드들

메소드 설명
AsBool ( IntPtr handle ) : bool
AsInt32 ( IntPtr handle ) : int
CFNumber ( IntPtr handle, bool own ) : System

비공개 메소드들

메소드 설명
CFNumberGetValue ( IntPtr handle, int type, bool &value ) : bool
CFNumberGetValue ( IntPtr handle, int type, int &value ) : bool

메소드 상세

AsBool() 공개 정적인 메소드

public static AsBool ( IntPtr handle ) : bool
handle System.IntPtr
리턴 bool

AsInt32() 공개 정적인 메소드

public static AsInt32 ( IntPtr handle ) : int
handle System.IntPtr
리턴 int

CFNumber() 공개 메소드

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