C# Class FOnline.Tests

ファイルを表示 Open project: wladimiiir/vault112 Class Usage Examples

Public Methods

Method Description
Assert ( bool cond, string msg ) : void
InitRun ( ) : void
StartRun ( ) : void
asAssert ( bool cond, IntPtr msg ) : void

Method Details

Assert() public static method

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

InitRun() public static method

public static InitRun ( ) : void
return void

StartRun() public static method

public static StartRun ( ) : void
return void

asAssert() public static method

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