Assembly.GetType メソッド (String)
指定した名前の Type オブジェクトを、アセンブリ インスタンスから取得します。
Overloads Public Overridable Function GetType( _
ByVal name As String _) As Type
[C#]
public virtual Type GetType(stringname);
[C++]
public: virtual Type* GetType(String* name);
[JScript]
public function GetType(
name : String) : Type;
パラメータ
- name
型の完全名。
戻り値
指定したクラスを表す Type オブジェクト。クラスが見つからない場合は null 参照 (Visual Basic では Nothing) 。
例外
例外の種類 | 条件 |
---|---|
ArgumentException | name が無効です。
または name の長さが 1024 文字を超えています。 |
ArgumentNullException | name が null 参照 (Visual Basic では Nothing) です。 |
SecurityException | 呼び出し元に、必要なアクセス許可がありません。 |
解説
型名とアセンブリ名の両方を含む文字列を必要とする Type.GetType とは異なり、このメソッドは、 GetType を呼び出すために使用しているアセンブリだけを使用するため、型名だけを必要とします。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard
.NET Framework セキュリティ:
- ReflectionPermission (Type.InvokeMember などの機構を通じて遅延バインディングで呼び出すときに必要なアクセス許可) ReflectionPermissionFlag.MemberAccess (関連する列挙体)
- ReflectionPermission (非パブリック メソッドをリフレクションするために必要なアクセス許可) ReflectionPermissionFlag.MemberAccess 、 ReflectionPermissionFlag.TypeInformation (関連する列挙体)
参照
Assembly クラス | Assembly メンバ | System.Reflection 名前空間 | Assembly.GetType オーバーロードの一覧