C# Class MonoMac.CoreFoundation.CFUrl

Inheritance: IDisposable
Show file Open project: kangaroo/maccore Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
FromFile ( string filename ) : CFUrl
FromUrlString ( string url, CFUrl baseurl ) : CFUrl

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CFURLCreateWithFileSystemPath ( IntPtr allocator, IntPtr cfstringref, CFUrlPathStyle pathstyle, bool isdir ) : IntPtr
CFURLCreateWithString ( IntPtr allocator, IntPtr stringref, IntPtr baseUrl ) : IntPtr
CFUrl ( IntPtr handle ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

FromFile() public static method

public static FromFile ( string filename ) : CFUrl
filename string
return CFUrl

FromUrlString() public static method

public static FromUrlString ( string url, CFUrl baseurl ) : CFUrl
url string
baseurl CFUrl
return CFUrl