CFUrl Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |