C# Class MonoMac.CoreFoundation.CFUrl

Inheritance: IDisposable
Afficher le fichier Open project: kangaroo/maccore Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
FromFile ( string filename ) : CFUrl
FromUrlString ( string url, CFUrl baseurl ) : CFUrl

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

FromFile() public static méthode

public static FromFile ( string filename ) : CFUrl
filename string
Résultat CFUrl

FromUrlString() public static méthode

public static FromUrlString ( string url, CFUrl baseurl ) : CFUrl
url string
baseurl CFUrl
Résultat CFUrl