Version: 2022.3
言語: 日本語
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)