Top "Ildasm" questions

Microsoft intermediate language (MSIL) Disassembler

Guaranteed way to find the filepath of the ildasm.exe and ilasm.exe files regardless of .NET version/environment?

Is there a way to programmatically get the FileInfo/Path of the ildasm.exe/ilasm.exe executables? I'm attempting to …

c# .net filepath ilasm ildasm
Where is "ildasm" in Visual Studio 2019?

I used to be able to run ildasm in the Developer Command Prompt for Visual Studio 2017. With Visual Studio 2019, ildasm …

c# .net visual-studio ildasm
Why is the .ctor() created when I compile C# code into IL?

With this simple C# code, I run csc hello.cs; ildasm /out=hello.txt hello.exe. class Hello { public static …

c# il csc ildasm
ILDASM and ILASM, how use them?

I'm having a hard time trying to (Dis)assemble a dll using the Visual Studio command prompt, don't look that …

c# disassembly cil ildasm ilasm
The *deps.json file in .NET Core

What is the purpose of *deps.json file in .NET Core? What is the reason to store references in such …

c# .net .net-core .net-assembly ildasm
Default Access modifier of a class in C#

The default Access modifier of a class in C# is internal. But on inspecting the class with ildasm it shows …

c# ildasm
Could not find ildasm.exe

I recently upgraded to VS 2017 and uninstalled the previous VS 2015. However when I try and build and compile my project …

c# visual-studio-2015 sdk msbuild ildasm
A procedure imported by {dll} could not be loaded

I have several Unmanaged C++ written lib files which I need to link to Managed C++ dll. Then I need …

c# static-linking managed-c++ ildasm