C# 클래스 Patcher.Rules.Compiled.Helpers.DebugHelper

상속: IDebugHelper
파일 보기 프로젝트 열기: unforbidable/patcher

공개 메소드들

메소드 설명
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

메소드 상세

Assert() 공개 메소드

public Assert ( bool condition, string text ) : void
condition bool
text string
리턴 void

Break() 공개 메소드

public Break ( ) : void
리턴 void

DebugHelper() 공개 메소드

public DebugHelper ( CompiledRuleContext context ) : System
context CompiledRuleContext
리턴 System

Dump() 공개 메소드

public Dump ( object value ) : void
value object
리턴 void

Dump() 공개 메소드

public Dump ( object value, string name ) : void
value object
name string
리턴 void

Message() 공개 메소드

public Message ( string text ) : void
text string
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void