Click or drag to resize

IDisplayer Methods

The IDisplayer type exposes the following members.

Methods
 NameDescription
Public methodBeginOfDisplay Begins main content display.
Public methodDisplayCallStacks 
Public methodDisplayClassObject 
Public methodDisplayFullState 
Public methodDisplayLine Displays a text line. Semantically poor, but ok for the beginning/maybe later on special tasks, but should be replaced/implemented by semantically richer objects.
Public methodDisplayObject 
Public methodDisplaySequence(Sequence, DisplaySequenceContext, Int32, String, String) Displays the given root sequence (adding parentheses if needed) according to the display context.
(Inherited from ISequenceDisplayer)
Public methodDisplaySequence(Sequence, DisplaySequenceContext, Int32, String, String, String) Displays the given root sequence (adding parentheses if needed) according to the display context.
(Inherited from ISequenceDisplayer)
Public methodDisplaySequenceBase(SequenceBase, DisplaySequenceContext, Int32, String, String) Displays the given root sequence base according to the display context. Switches in between displaying a sequence and a sequence expression.
(Inherited from ISequenceDisplayer)
Public methodDisplaySequenceBase(SequenceBase, DisplaySequenceContext, Int32, String, String, String) Displays the given root sequence base according to the display context. Switches in between displaying a sequence and a sequence expression.
(Inherited from ISequenceDisplayer)
Public methodDisplaySequenceExpression(SequenceExpression, DisplaySequenceContext, Int32, String, String) Displays the given root sequence expression according to the display context.
(Inherited from ISequenceDisplayer)
Public methodDisplaySequenceExpression(SequenceExpression, DisplaySequenceContext, Int32, String, String, String) Displays the given root sequence expression according to the display context.
(Inherited from ISequenceDisplayer)
Public methodDisplayTransientClassObject 
Public methodDisplayVariables 
Top
See Also