G
Guest
Hi,
Is it possible to target an interface instead of a specific type when
writing a debugger visualizer?
I cant get it to work , everything works fine if i target a class , but if i
target an interface i cant use the visualizer on types that implement the
interface..
Im trying to create a visualizer for runtime emitted types so I cant specify
in advace what types to target.
another problem seems to be if you would apply the visualizer attrib onto my
emitted types, the emitted types would get a dependency to the
microsoft.visualstudio.* dll
Is there anyway to apply a visualizer to emitted types that does not share a
basetype ?
//Roger
Is it possible to target an interface instead of a specific type when
writing a debugger visualizer?
I cant get it to work , everything works fine if i target a class , but if i
target an interface i cant use the visualizer on types that implement the
interface..
Im trying to create a visualizer for runtime emitted types so I cant specify
in advace what types to target.
another problem seems to be if you would apply the visualizer attrib onto my
emitted types, the emitted types would get a dependency to the
microsoft.visualstudio.* dll
Is there anyway to apply a visualizer to emitted types that does not share a
basetype ?
//Roger