Hi,
Other than the two tutorials here and here, as well as the API documentation here, is there any other info I can use to find out how to make more advanced visualizers using the C# type visualizer API? I can’t seem to find many examples with a search, or more detailed documentation.
For instance, say I’m able to retrieve the name of a specific type (e.g. “Foo”) as well as a pointer to that type (e.g. “0x001234”). So I do know what the pointer value is, as well as the type (both as strings). How do I present this as an expandable node to VS so it acts the same as if it was just a plain “Foo *”?
Maybe another way to ask the question that could answer it indirectly… In the 2nd tutorial where it uses the type VeryBasicArray<int>, how would you instead handle VeryBasicArray<Foo *>?
Thanks in advance for any help!
-
This topic was modified 3 years, 5 months ago by BitFlipper.
-
This topic was modified 3 years, 5 months ago by BitFlipper.