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

型の完全な名前。

返品

オブジェクトの型。

適用対象