C# 클래스 FOnline.Tests

파일 보기 프로젝트 열기: wladimiiir/vault112 1 사용 예제들

공개 메소드들

메소드 설명
Assert ( bool cond, string msg ) : void
InitRun ( ) : void
StartRun ( ) : void
asAssert ( bool cond, IntPtr msg ) : void

메소드 상세

Assert() 공개 정적인 메소드

public static Assert ( bool cond, string msg ) : void
cond bool
msg string
리턴 void

InitRun() 공개 정적인 메소드

public static InitRun ( ) : void
리턴 void

StartRun() 공개 정적인 메소드

public static StartRun ( ) : void
리턴 void

asAssert() 공개 정적인 메소드

public static asAssert ( bool cond, IntPtr msg ) : void
cond bool
msg System.IntPtr
리턴 void