Class CoreFoundation.CFObject
Inheritance
System.Object
CoreFoundation.CFObject
Implements
System.IDisposable
Namespace: Xamarin.NativeHelpers
Assembly: Xamarin.NativeHelpers.dll
Syntax
public abstract class CFObject : IDisposable
Constructors
| Improve this Doc View SourceCFObject(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 SourceHandle
Declaration
public IntPtr Handle { get; }
Property Value
Type | Description |
---|---|
System.IntPtr |
Methods
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
Finalize()
Declaration
protected void Finalize()
Implements
System.IDisposable