Utf16StringMarshaller.GetPinnableReference(String) メソッド

定義

指定した文字列のピン留め可能な参照を取得します。

public:
 static char ^ GetPinnableReference(System::String ^ str);
public static ref readonly char? GetPinnableReference (string? str);
static member GetPinnableReference : string -> char
Public Shared Function GetPinnableReference (str As String) As Char

パラメーター

str
String

参照を取得する文字列。

戻り値

ピン留め可能な参照。

適用対象