Table of Contents

Struct CoreFoundation.CFURLRef

Namespace
Xui.Runtime.MacOS
Assembly
Xui.Runtime.MacOS.dll
public ref struct CoreFoundation.CFURLRef : IDisposable
Implements
Inherited Members

Constructors

CFURLRef(nint)

public CFURLRef(nint self)

Parameters

self nint

Fields

Self

public readonly nint Self

Field Value

nint

Methods

CreateWithFileSystemPath(nint)

Creates a CFURL from a POSIX file path string (CFStringRef).

public static CoreFoundation.CFURLRef CreateWithFileSystemPath(nint cfStringRef)

Parameters

cfStringRef nint

Returns

CoreFoundation.CFURLRef

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)

Parameters

r CoreFoundation.CFURLRef

Returns

nint