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

类型的全名。

返回

对象的类型。

适用于