IExpressionFilterFactory Interface
Implemented by each expression visualizer DLL. This interface is used by VisualGDB to create the instances
of the expression filters provided by all plugins.
Namespace: VisualGDBExpressionsAssembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
public interface IExpressionFilterFactory
Making a custom expression filter (also known as type visualizer) starts with creating an assembly
containing a public class implementing this interface and putting this assembly to %VISUALGDB_DIR%\TypeVisualizers.