C# Class MobileDevice.CoreFundation.CFString

Inheritance: IDisposable
ファイルを表示 Open project: nivalxer/MobileDevice

Private Properties

Property Type Description
CFString System
CFString System
CFString System
FetchString string

Public Methods

Method Description
Dispose ( ) : void
Equals ( object other ) : bool
GetHashCode ( ) : int
operator ( ) : bool
this ( int p ) : char

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CFString ( IntPtr handle ) : System
CFString ( IntPtr handle, bool owns ) : System
CFString ( string str ) : System
FetchString ( IntPtr handle ) : string

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Equals() public method

public Equals ( object other ) : bool
other object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool

this() public method

public this ( int p ) : char
p int
return char