Show / Hide Table of Contents

Class CoreFoundation.CFObject

Inheritance
System.Object
CoreFoundation.CFObject
CoreFoundation.CFArrayBase
CoreFoundation.CFNumber
CoreFoundation.CFString
Implements
System.IDisposable
Namespace: Xamarin.NativeHelpers
Assembly: Xamarin.NativeHelpers.dll
Syntax
public abstract class CFObject : IDisposable

Constructors

| Improve this Doc View Source

CFObject(IntPtr, Boolean)

Declaration
protected CFObject(IntPtr handle, bool ownsHandle = true)
Parameters
Type Name Description
System.IntPtr handle
System.Boolean ownsHandle

Properties

| Improve this Doc View Source

Handle

Declaration
public IntPtr Handle { get; }
Property Value
Type Description
System.IntPtr

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

Dispose(Boolean)

Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type Name Description
System.Boolean disposing
| Improve this Doc View Source

Finalize()

Declaration
protected void Finalize()

Implements

System.IDisposable
  • Improve this Doc
  • View Source
Back to top Generated by DocFX