Struct CoreFoundation.CFURLRef
public ref struct CoreFoundation.CFURLRef : IDisposable
- Implements
- Inherited Members
Constructors
CFURLRef(nint)
public CFURLRef(nint self)
Parameters
selfnint
Fields
Self
public readonly nint Self
Field Value
Methods
CreateWithFileSystemPath(nint)
Creates a CFURL from a POSIX file path string (CFStringRef).
public static CoreFoundation.CFURLRef CreateWithFileSystemPath(nint cfStringRef)
Parameters
cfStringRefnint
Returns
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
Operators
implicit operator nint(CFURLRef)
public static implicit operator nint(CoreFoundation.CFURLRef r)