Does the Agility Pack contain unmanaged code? If so, will I run into problems with my application?

Is there unmanaged code in the Agility Pack? If so, will I see any problems using unmanaged code in my application?

+2


a source to share


3 answers


No HAP is 100% managed code. It's even supported in Mono, which is the cross-platform equivalent of the .NET platform.



+1


a source


It's available as a C # source, so I don't think so. You will need to check extern

s, but that's something like this ...



+1


a source


I just took a quick peek into the code as it was convenient for me - I couldn't find any externs or any DllImport instances (since 1.4 beta 2).

0


a source