Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C#
  4. MSIL is where?

MSIL is where?

Scheduled Pinned Locked Moved C#
csharpperlquestionlearning
3 Posts 3 Posters 12 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    SimonS
    wrote on last edited by
    #1

    Hi I'm looking for the Intermediate language file for a C# DLL/EXE, but I'm either totally misunderstanding the concept or am looking in the wrong place. I presumed that the MSIL file is very similar to an IDL-with implementation of course- and is also in PLAIN text. What's going on? Simon Simon "...Bill is watching..." "An Object Is Simply A Referenced Thingy" quoted from Programming Perl

    P J 2 Replies Last reply
    0
    • S SimonS

      Hi I'm looking for the Intermediate language file for a C# DLL/EXE, but I'm either totally misunderstanding the concept or am looking in the wrong place. I presumed that the MSIL file is very similar to an IDL-with implementation of course- and is also in PLAIN text. What's going on? Simon Simon "...Bill is watching..." "An Object Is Simply A Referenced Thingy" quoted from Programming Perl

      P Offline
      P Offline
      Peter Stephens
      wrote on last edited by
      #2

      Use the IL disassembler ILDASM.EXE to view MSIL. Under Visual Studio.NET RC1 it is located at "F:\Program Files\Microsoft Visual Studio .NET\FrameworkSDK\Bin\ildasm.exe". Use it to open a .NET assembly.

      1 Reply Last reply
      0
      • S SimonS

        Hi I'm looking for the Intermediate language file for a C# DLL/EXE, but I'm either totally misunderstanding the concept or am looking in the wrong place. I presumed that the MSIL file is very similar to an IDL-with implementation of course- and is also in PLAIN text. What's going on? Simon Simon "...Bill is watching..." "An Object Is Simply A Referenced Thingy" quoted from Programming Perl

        J Offline
        J Offline
        James T Johnson
        wrote on last edited by
        #3

        MSIL is in a bytecode format like java. Like someone else said you need to use ILDASM to view the MSIL going on in the bytecode. James

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups