Version: 2019.4
public static string GetStringChars (IntPtr str);

説明

Returns a pointer to the array of Unicode characters of the string. This pointer is valid until ReleaseStringchars() is called.

This method is a modification of the original GetStringChars, which returns a pointer to an array of bytes.

関連項目: Java Native Interface Specification (Oracle)