Dsl (Digital Simulation Library) for .Net
Type の文字列表現から Type を作成します。

名前空間: DslSerializer
アッセンブリー: DslSerializer (in DslSerializer.dll)

構文

C#
public static Type ParseType(
	string st
)
Visual Basic
Public Shared Function ParseType ( 
	st As String
) As Type
Visual C++
public:
static Type^ ParseType(
	String^ st
)

Parameters

st
タイプ: System..::..String
Type 情報文字列

Return Value

タイプ: Type
作成されたType

参照