Struct CoreFoundation.CFStringRef
public ref struct CoreFoundation.CFStringRef : IDisposable
- Implements
- Inherited Members
Constructors
CFStringRef(nint)
public CFStringRef(nint self)
Parameters
selfnint
CFStringRef(string?)
public CFStringRef(string? str)
Parameters
strstring
Fields
Self
public readonly nint Self
Field Value
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
cfStringRefCoreFoundation.CFStringRef
Returns
implicit operator string?(CFStringRef)
public static implicit operator string?(CoreFoundation.CFStringRef cfStringRef)
Parameters
cfStringRefCoreFoundation.CFStringRef