C# Class Patcher.Rules.Compiled.Helpers.DebugHelper

Inheritance: IDebugHelper
Afficher le fichier Open project: unforbidable/patcher

Méthodes publiques

Méthode Description
Assert ( bool condition, string text ) : void
Break ( ) : void
DebugHelper ( CompiledRuleContext context ) : System
Dump ( object value ) : void
Dump ( object value, string name ) : void
Message ( string text ) : void
Pause ( ) : void

Method Details

Assert() public méthode

public Assert ( bool condition, string text ) : void
condition bool
text string
Résultat void

Break() public méthode

public Break ( ) : void
Résultat void

DebugHelper() public méthode

public DebugHelper ( CompiledRuleContext context ) : System
context CompiledRuleContext
Résultat System

Dump() public méthode

public Dump ( object value ) : void
value object
Résultat void

Dump() public méthode

public Dump ( object value, string name ) : void
value object
name string
Résultat void

Message() public méthode

public Message ( string text ) : void
text string
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void