MSIL Conversion
Visual Basic
3
Posts
2
Posters
0
Views
1
Watching
-
Does anyone know how to or know where to find an article explaining converting MSIL code to VB or VC# (Or just about any other language, actually) code. The MSIL I want to convert is the Byte Array returned from he MethodBody.GetILAsByteArray Function. MethodBody is a type in the System.Reflection namespace. :~
-
Does anyone know how to or know where to find an article explaining converting MSIL code to VB or VC# (Or just about any other language, actually) code. The MSIL I want to convert is the Byte Array returned from he MethodBody.GetILAsByteArray Function. MethodBody is a type in the System.Reflection namespace. :~
-
There are sone on-line tutorials here that may help http://www.vijaymukhi.com/[^]