CFUrl Class

Definition

URL class used by C-only Cocoa APIs.

public class CFUrl : IDisposable, ObjCRuntime.INativeObject
type CFUrl = class
    interface INativeObject
    interface IDisposable
Inheritance
CFUrl
Implements

Properties

FileSystemPath
Handle

Handle (pointer) to the unmanaged object representation.

IsFileReference

Methods

Dispose()

Releases the resources used by the CFUrl object.

Dispose(Boolean)

Releases the resources used by the CFUrl object.

Finalize()

Finalizer for the CFUrl object

FromFile(String)

Creates a CFUrl from a pathname.

FromUrlString(String, CFUrl)

Creates a CFUrl from a string and a base URL.

GetTypeID()

Type identifier for the CoreFoundation.CFUrl type.

ToString()

Applies to