Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/278.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/wcf/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# 如何反编译UWP组合框代码?_C#_Uwp_Decompiling - Fatal编程技术网

C# 如何反编译UWP组合框代码?

C# 如何反编译UWP组合框代码?,c#,uwp,decompiling,C#,Uwp,Decompiling,我在UniversalApiContract类中找到了ComboBox类,但其中的声明是extern。我在哪里可以找到这些的真正实现?< /P>该类很可能在OS中用C++实现。而且你不能真正编译编译的C++代码。为什么要反编译它?我只想看看它是如何实现的某些方法。C++类可能在OS中实现。而且你不能真正编译编译的C++代码。为什么要反编译它?我只是想看看其中的某些方法是如何实现的。

我在UniversalApiContract类中找到了ComboBox类,但其中的声明是extern。我在哪里可以找到这些的真正实现?< /P>该类很可能在OS中用C++实现。而且你不能真正编译编译的C++代码。为什么要反编译它?我只想看看它是如何实现的某些方法。C++类可能在OS中实现。而且你不能真正编译编译的C++代码。为什么要反编译它?我只是想看看其中的某些方法是如何实现的。