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.

Definition

Namespace: VisualGDBExpressions
Assembly: VisualGDBExpressions (in VisualGDBExpressions.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
public interface IExpressionFilterFactory

Remarks

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.

Methods

CreateExpressionFilters Returns a list of all expression filters supported by a plugin implementing the interface.

See Also