C# Class Mono.Debugger.Style

Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public abstract FormatObject ( Thread target, object obj, DisplayFormat format ) : string
target Thread
obj object
format DisplayFormat
Résultat string

FormatType() public abstract méthode

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

PrintVariable() public abstract méthode

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

ShowVariableType() public abstract méthode

public abstract ShowVariableType ( TargetType type, string name ) : string
type Mono.Debugger.Languages.TargetType
name string
Résultat string