Does the HTML Agility Pack contain unmanaged code? If so, will I see any problems when using unmanaged code in my application?
views:
76answers:
3
+1
A:
It is available as C# source, so I don't think so. You would have to check for extern
s, but that is about it...
Marc Gravell
2010-05-10 05:28:28
A:
I just had a quick peek in the code as I had it handy - I couldn't find any extern's or any instances of DllImport (as of 1.4 beta 2).
donovan
2010-05-10 05:55:26
+1
A:
No the HAP is 100% managed code. It's even supported in Mono wich is a cross-platform equivalent of the .NET framework.
Simon
2010-05-10 06:16:11