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

Inheritance: IDebugHelper
Show file Open project: unforbidable/patcher

Public Methods

Method 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 method

public Assert ( bool condition, string text ) : void
condition bool
text string
return void

Break() public method

public Break ( ) : void
return void

DebugHelper() public method

public DebugHelper ( CompiledRuleContext context ) : System
context CompiledRuleContext
return System

Dump() public method

public Dump ( object value ) : void
value object
return void

Dump() public method

public Dump ( object value, string name ) : void
value object
name string
return void

Message() public method

public Message ( string text ) : void
text string
return void

Pause() public method

public Pause ( ) : void
return void