NSString.ReleaseNative(IntPtr) Method

Definition

Releases a native Objective-C string.

public static void ReleaseNative (IntPtr handle);
static member ReleaseNative : nativeint -> unit

Parameters

handle
IntPtr

nativeint

Handle to the Objective-C native NSString object.

Remarks

Use this method to release Objective-C NSString handles that were previously allocated with CreateNative(String).

Applies to