C# 클래스 CM3D2.MaidFiddler.Plugin.Utils.Debugger

파일 보기 프로젝트 열기: denikson/CM3D2.MaidFiddler 1 사용 예제들

공개 메소드들

메소드 설명
Assert ( System.Action action, string errMsg ) : void

비공개 메소드들

메소드 설명
WriteLine ( ) : void
WriteLine ( LogLevel level, string s ) : void
WriteLine ( string s ) : void

메소드 상세

Assert() 공개 정적인 메소드

public static Assert ( System.Action action, string errMsg ) : void
action System.Action
errMsg string
리턴 void