Share via


CFArray Class

Definition

public class CFArray : CoreFoundation.NativeObject
type CFArray = class
    inherit NativeObject
Inheritance

Properties

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

Methods

Name Description
ArrayFromHandle<T>(NativeHandle, Boolean)
ArrayFromHandle<T>(NativeHandle)
ArrayFromHandleFunc<T>(NativeHandle, Func<NativeHandle,T>, Boolean)
ArrayFromHandleFunc<T>(NativeHandle, Func<NativeHandle,T>)
ClearHandle() (Inherited from DisposableObject)
Create(INativeObject[])
Create(String[])
Dispose() (Inherited from DisposableObject)
Dispose(Boolean) (Inherited from NativeObject)
Equals(Object) (Inherited from DisposableObject)
FromStrings(String[])
GetCheckedHandle() (Inherited from DisposableObject)
GetHashCode() (Inherited from DisposableObject)
GetValue(IntPtr)
InitializeHandle(NativeHandle) (Inherited from DisposableObject)
Release() (Inherited from NativeObject)
Retain() (Inherited from NativeObject)
StringArrayFromHandle(NativeHandle, Boolean)
StringArrayFromHandle(NativeHandle)

Extension Methods

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

Applies to