次の方法で共有


SimpleTypeResolver.ResolveType(String) メソッド

定義

指定された名前の Type を返します。

public:
 override Type ^ ResolveType(System::String ^ id);
public override Type ResolveType (string id);
override this.ResolveType : string -> Type
Public Overrides Function ResolveType (id As String) As Type

パラメーター

id
String

マネージド型のアセンブリ修飾名。

戻り値

Type

指定された名前を持つ Type オブジェクト。このオブジェクトがない場合は、null

注釈

メソッドは、 ResolveType メソッドを呼び出して型を解決し Type.GetType ます。

適用対象