AssemblyBuilder.SetEntryPoint メソッド (MethodInfo)
コンソール アプリケーションを構築するという前提で、この動的アセンブリのエントリ ポイントを設定します。
Overloads Public Sub SetEntryPoint( _
ByVal entryMethod As MethodInfo _)
[C#]
public void SetEntryPoint(MethodInfoentryMethod);
[C++]
public: void SetEntryPoint(MethodInfo* entryMethod);
[JScript]
public function SetEntryPoint(
entryMethod : MethodInfo);
パラメータ
- entryMethod
この動的アセンブリのエントリ ポイントを表すメソッドへの参照。
例外
例外の種類 | 条件 |
---|---|
ArgumentNullException | entryMethod が null 参照 (Visual Basic では Nothing) です。 |
InvalidOperationException | このアセンブリに entryMethod が含まれていません。 |
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 SecurityAction.Demand、ReflectionEmit=true
- ReflectionPermission (Type.InvokeMember などの機構を通じて遅延バインディングで呼び出すときに必要なアクセス許可) ReflectionPermissionFlag.MemberAccess (関連する列挙体)
参照
AssemblyBuilder クラス | AssemblyBuilder メンバ | System.Reflection.Emit 名前空間 | AssemblyBuilder.SetEntryPoint オーバーロードの一覧