AssemblyBuilder.EntryPoint プロパティ
このアセンブリのエントリ ポイントを返します。
Overrides Public ReadOnly Property EntryPoint As MethodInfo
[C#]
public override MethodInfo EntryPoint {get;}
[C++]
public: __property MethodInfo* get_EntryPoint();
[JScript]
public override function get EntryPoint() : MethodInfo;
プロパティ値
このアセンブリのエントリ ポイント。
例外
例外の種類 | 条件 |
---|---|
SecurityException | 呼び出し元に、必要なアクセス許可がありません。 |
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ
.NET Framework セキュリティ:
- ReflectionPermission (Type.InvokeMember などの機構を通じて遅延バインディングで呼び出すときに必要なアクセス許可) ReflectionPermissionFlag.MemberAccess (関連する列挙体)
参照
AssemblyBuilder クラス | AssemblyBuilder メンバ | System.Reflection.Emit 名前空間