ObjCRuntime.Dlfcn.SetString Method
Sets the specific symbol in the library handle to point to the specified string.

Syntax

public static void SetString (IntPtr handle, string symbol, Foundation.NSString value)

Parameters

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

Remarks

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

Requirements

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