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 找到指定名稱的物件;否則,為 null

備註

該方法呼叫 ResolveTypeType.GetType 方法來解析型別。

適用於