DynaMD
DynaMD copied to clipboard
Helper objects to browse complex structures returned by ClrMD
Results
2
DynaMD issues
Sort by
recently updated
recently updated
newest added
All the tests fail with: `System.InvalidOperationException : Mismatched architecture between this process and the target process. `
`dynamic` is nice, but having a typed object would be much better when possible (type safety, inteliisense, etc). I propose a method with the following signature: ```cs T GetTypedObject(this ClrObject...