次の方法で共有


TypeName.Parse(ReadOnlySpan<Char>, TypeNameParseOptions) メソッド

定義

文字のスパンを型名に解析します。

public static System.Reflection.Metadata.TypeName Parse (ReadOnlySpan<char> typeName, System.Reflection.Metadata.TypeNameParseOptions? options = default);
static member Parse : ReadOnlySpan<char> * System.Reflection.Metadata.TypeNameParseOptions -> System.Reflection.Metadata.TypeName
Public Shared Function Parse (typeName As ReadOnlySpan(Of Char), Optional options As TypeNameParseOptions = Nothing) As TypeName

パラメーター

typeName
ReadOnlySpan<Char>

解析する型名を表す文字を含むスパン。

options
TypeNameParseOptions

使用する省略可能な TypeNameParseOptions パラメーターを記述するオブジェクト。

戻り値

解析された型名。

例外

指定された型名が無効です。

解析が、MaxNodesによって設定された制限を超えました。

適用対象