Table of Contents

Struct CoreFoundation.CFStringRef

Namespace
Xui.Runtime.IOS
Assembly
Xui.Runtime.IOS.dll
public ref struct CoreFoundation.CFStringRef : IDisposable
Implements
Inherited Members

Constructors

CFStringRef(nint)

public CFStringRef(nint self)

Parameters

self nint

CFStringRef(string?)

public CFStringRef(string? str)

Parameters

str string

Fields

Self

public readonly nint Self

Field Value

nint

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

Operators

implicit operator nint(CFStringRef)

public static implicit operator nint(CoreFoundation.CFStringRef cfStringRef)

Parameters

cfStringRef CoreFoundation.CFStringRef

Returns

nint

implicit operator string?(CFStringRef)

public static implicit operator string?(CoreFoundation.CFStringRef cfStringRef)

Parameters

cfStringRef CoreFoundation.CFStringRef

Returns

string