ObjCRuntime.Dlfcn.SetArray Method
Sets the specific symbol in the library handle to point to the passed array.

Syntax

public static void SetArray (IntPtr handle, string symbol, Foundation.NSArray array)

Parameters

handle
Handle to the dynamic library previously opened with dlopen.
symbol
Name of the public symbol in the dynamic library to look up.
array
Array to set, can be null.

Remarks

The previous array is not released, it is up to you to release the handle to that array if you do not want it to leak.

Requirements

Namespace: ObjCRuntime
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0