IFactoryService.GetType(String) 方法

定義

取得所提供完整型別名稱的物件型別。

public:
 Type ^ GetType(System::String ^ fullName);
public Type GetType(string fullName);
abstract member GetType : string -> Type
Public Function GetType (fullName As String) As Type

參數

fullName
String

該類型的完整名稱。

傳回

物件的類型。

適用於