共用方式為


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

Managed 型別的組件限定名稱。

傳回

Type

具有指定名稱的 Type 物件 (如果找到的話),否則就是 null

備註

ResolveType方法會呼叫 Type.GetType 方法來解析型別。

適用於