Skip to content
| Marketplace
Sign in
Visual Studio>Tools>デバッグ終了時処理
デバッグ終了時処理

デバッグ終了時処理

kyounoii

|
114 installs
| (0) | Free Trial
Empty VSIX Project.
Download

デバッグ終了時にhookして処理を行う。

メモリマップドファイルにログアウト依頼を書き込み、対象アプリケーションからのログアウト完了の通知を待つ。

ログアウト完了の通知が届いたらデバッグを終了させる。

 

    /// This is the class that implements the package exposed by this assembly.
    /// </summary>
    /// <remarks>
    /// <para>
    /// The minimum requirement for a class to be considered a valid package for Visual Studio
    /// is to implement the IVsPackage interface and register itself with the shell.
    /// This package uses the helper classes defined inside the Managed Package Framework (MPF)
    /// to do it: it derives from the Package class that provides the implementation of the
    /// IVsPackage interface and uses the registration attributes defined in the framework to
    /// register itself and its components with the shell. These attributes tell the pkgdef creation
    /// utility what data to put into .pkgdef file.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft