.Net, Native, P/Invoke marshaling just like magic… “Marshaling with C# Pocket Reference” (Think “Marshalling Guide for the Busy Dev Guy”)
Just Like a Magic - Marshaling with C# Pocket Reference
“…
Contents at a Glance
- About the Author
- Who should read this book?
- Chapter 1: Introducing Marshaling
- Chapter 2: Marshaling Simple Types
- Chapter 3: Marshaling Compound Types
- Chapter 4: Marshaling Arrays
- Chapter 5: Marshaling Callbacks
- Chapter 6: Memory Management
- Chapter 7: Controlling the Marshaling Process
- Appendix A: What about VB.NET
- Where to Go Next
- References
- Figures
- Code Listings
- Glossary
…”
I hate to say it, but I kind of suck at writing P/Invoke code. I just don’t do it enough, so end up cutting-n-pasting a good deal. sigh… I’ve been on the look out for a good Marshalling Guide for the Busy Dev Guy Guide and I think I’ve found it… :)
PDF/XPS version coming too…
(via The Code Project - Marshaling with C# - Chapter 1: Introducing Marshaling)
1 comment:
thank you very much Greg, thanks for your feedback.
btw, PDF version has been published.
Post a Comment