Table of Contents

Class CoreFoundation.CFDataRef

Namespace
Xui.Runtime.IOS
Assembly
Xui.Runtime.IOS.dll
public class CoreFoundation.CFDataRef : IDisposable
Inheritance
CoreFoundation.CFDataRef
Implements
Inherited Members

Constructors

CFDataRef(nint)

public CFDataRef(nint self)

Parameters

self nint

CFDataRef(string?)

public CFDataRef(string? str)

Parameters

str string

Fields

Self

public readonly nint Self

Field Value

nint

Methods

AsSpan()

public ReadOnlySpan<byte> AsSpan()

Returns

ReadOnlySpan<byte>

Dispose()

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

public void Dispose()

Operators

implicit operator nint(CFDataRef)

public static implicit operator nint(CoreFoundation.CFDataRef cfDataRef)

Parameters

cfDataRef CoreFoundation.CFDataRef

Returns

nint