AssemblyBuilder.SetEntryPoint メソッド (MethodInfo, PEFileKinds)
このアセンブリのエントリ ポイントを設定し、構築する PE の型を定義します。
Overloads Public Sub SetEntryPoint( _
ByVal entryMethod As MethodInfo, _ ByVal fileKind As PEFileKinds _)
[C#]
public void SetEntryPoint(MethodInfoentryMethod,PEFileKindsfileKind);
[C++]
public: void SetEntryPoint(MethodInfo* entryMethod,PEFileKindsfileKind);
[JScript]
public function SetEntryPoint(
entryMethod : MethodInfo,fileKind : PEFileKinds);
パラメータ
- entryMethod
この動的アセンブリのエントリ ポイントを表すメソッドへの参照。 - fileKind
構築するアセンブリ実行可能ファイルの型。
例外
例外の種類 | 条件 |
---|---|
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 オーバーロードの一覧