我已經嘗試使用/ CLR加載使用反射 Imports System.Reflection
一個DLL我有一個簡單的DLL文件用C++編寫(這是整個文件) using namespace System;
namespace ASSEMBLE{
public class REM{
public:
int VALUE(){
return 100;
Red Gate Ant Profiler或Reflector等工具如何將IL轉換爲C#或VB.NET代碼? 我最近注意到Red Gate Ant Profiler不會生成原來寫入的相同源代碼。 它生成了一個while循環,我使用了foreach。 這讓我覺得。我在Reflector中打開Reflector.exe本身,但它們的代碼主要是(並非全部)混淆。