CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2001
    Location
    South Korea
    Posts
    31

    Post How to get the list of loaded assemblies.

    Like the .NET's built-in unhandled exception dialog,
    I want to display the names of loaded assemblies.
    Could you tell me how to get the list of loaded assemblies?
    Thank you.
    ALEA JACTA EST ET TEMPUS FUGIT

  2. #2
    Join Date
    Nov 2002
    Location
    Singapore
    Posts
    1,890
    check out Assembley class and its respective namespace.

    Paresh
    - Software Architect

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured