Useful for pinvoke stuff where your native API requires that you have a unmanaged buffer containing the data you want to work on. Edit: Changed native calls, removed Marshal.Copy (there is a async corner case but I won't delve into it here) and replaced with pinning.
5 people like thisPosted: 11 years ago by David Klein
Get running Visual Studio instances as DTE objects. Based on https://stackoverflow.com/a/14205934
1 people like thisPosted: 6 years ago by Gauthier Segay