ModuleBuilder.SetUserEntryPoint メソッド
ユーザー エントリ ポイントを設定します。
Public Sub SetUserEntryPoint( _
ByVal entryPoint As MethodInfo _)
[C#]
public void SetUserEntryPoint(MethodInfoentryPoint);
[C++]
public: void SetUserEntryPoint(MethodInfo* entryPoint);
[JScript]
public function SetUserEntryPoint(
entryPoint : MethodInfo);
パラメータ
- entryPoint
ユーザー エントリ ポイント。
例外
例外の種類 | 条件 |
---|---|
ArgumentNullException | entryPoint が null 参照 (Visual Basic では Nothing) です。 |
InvalidOperationException | このメソッドは、デバッグ モジュールではない動的モジュールに対して呼び出されます。
または entryPoint が、この動的モジュールに格納されていません。 |
解説
コンパイラは、ユーザーのメイン関数を呼び出す前に、起動スタブを生成することがあります。この場合は、起動スタブがエントリ ポイントになります。しかし、ユーザーのメイン関数がユーザー エントリ ポイントになるため、デバッガはコンパイラのエントリ ポイントにはステップ インしません。
必要条件
プラットフォーム: 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
参照
ModuleBuilder クラス | ModuleBuilder メンバ | System.Reflection.Emit 名前空間