CFType Class

Definition

Base type for some Core Foundation classes, such as CFSocket and CFStream.

public class CFType : CoreFoundation.NativeObject, CoreFoundation.ICFType
type CFType = class
    inherit NativeObject
    interface ICFType
    interface INativeObject
Inheritance
Derived
Implements

Properties

Name Description
Handle (Inherited from DisposableObject)
Owns (Inherited from DisposableObject)

Methods

Name Description
ClearHandle() (Inherited from DisposableObject)
Dispose() (Inherited from DisposableObject)
Dispose(Boolean) (Inherited from NativeObject)
Equal(IntPtr, IntPtr)

Compares two handles of native objects for equality.

Equals(Object) (Inherited from DisposableObject)
GetCheckedHandle() (Inherited from DisposableObject)
GetDescription(IntPtr)

Returns a textual representation of the specified object.

GetHashCode() (Inherited from DisposableObject)
GetTypeID(IntPtr)

Returns the CoreFoundation type for the specified object.

InitializeHandle(NativeHandle) (Inherited from DisposableObject)
Release() (Inherited from NativeObject)
Retain() (Inherited from NativeObject)

Extension Methods

Name Description
GetHandle(INativeObject)
GetNonNullHandle(INativeObject, String)

Applies to