C# 클래스 SDE.Core.ViewItems.DebugItemView

Item to be showed in the error console
파일 보기 프로젝트 열기: Tokeiburu/RagnarokSDE

공개 메소드들

메소드 설명
CanSelectInTextEditor ( ) : bool
DebugItemView ( int errorNumber, string exception, ErrorLevel errorLevel ) : System
ToString ( ) : string

메소드 상세

CanSelectInTextEditor() 공개 메소드

public CanSelectInTextEditor ( ) : bool
리턴 bool

DebugItemView() 공개 메소드

public DebugItemView ( int errorNumber, string exception, ErrorLevel errorLevel ) : System
errorNumber int
exception string
errorLevel ErrorLevel
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string