C# Class Mono.Debugger.Style

Show file Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
FormatObject ( Thread target, object obj, DisplayFormat format ) : string
FormatType ( Thread target, TargetType type ) : string
PrintVariable ( TargetVariable variable, StackFrame frame ) : string
ShowVariableType ( TargetType type, string name ) : string

Method Details

FormatObject() public abstract method

public abstract FormatObject ( Thread target, object obj, DisplayFormat format ) : string
target Thread
obj object
format DisplayFormat
return string

FormatType() public abstract method

public abstract FormatType ( Thread target, TargetType type ) : string
target Thread
type Mono.Debugger.Languages.TargetType
return string

PrintVariable() public abstract method

public abstract PrintVariable ( TargetVariable variable, StackFrame frame ) : string
variable Mono.Debugger.Languages.TargetVariable
frame StackFrame
return string

ShowVariableType() public abstract method

public abstract ShowVariableType ( TargetType type, string name ) : string
type Mono.Debugger.Languages.TargetType
name string
return string