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

型の完全な名前。

戻り値

オブジェクトの型。

適用対象