NSString.ReleaseNative(IntPtr) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).