Decompiled .winmd file contains nothing but external calls

前端 未结 2 1964
自闭症患者
自闭症患者 2021-02-09 05:32

I am trying to decompile the ComboBox control for my Windows Store app into C#, but there\'s no code. Instead, all the properties are calls to a separate assembly, it seems. How

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-09 06:33

    So I found the assembly. You just have to search for the .dll file on the system (eg. Windows.XAML.UI.Controls.dll in my case), but it's not possible to disassemble it to C#. Turns out there are no C# disassemblers for the WinRT assemblies (at least, when I looked last)

提交回复
热议问题