Class CoreFoundation.CFDataRef
public class CoreFoundation.CFDataRef : IDisposable
- Inheritance
-
CoreFoundation.CFDataRef
- Implements
- Inherited Members
Constructors
CFDataRef(nint)
public CFDataRef(nint self)
Parameters
selfnint
CFDataRef(string?)
public CFDataRef(string? str)
Parameters
strstring
Fields
Self
public readonly nint Self
Field Value
Methods
AsSpan()
public ReadOnlySpan<byte> AsSpan()
Returns
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
cfDataRefCoreFoundation.CFDataRef