IInvocationBinder.GetTarget(ReadOnlySpan<Byte>) メソッド

定義

ターゲットの String 表現をバイトから取得します。

public virtual string? GetTarget (ReadOnlySpan<byte> utf8Bytes);
abstract member GetTarget : ReadOnlySpan<byte> -> string
override this.GetTarget : ReadOnlySpan<byte> -> string
Public Overridable Function GetTarget (utf8Bytes As ReadOnlySpan(Of Byte)) As String

パラメーター

utf8Bytes
ReadOnlySpan<Byte>

utf8 シーケンスとしてのターゲット名。

戻り値

ターゲット文字列を表す文字列。ターゲット文字列を特定できなかった場合は null。

適用対象