Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
EppLib
Debug
C# Class EppLib.Debug
显示文件
Open project: CodeMakerInc/EppLib.NET
Public Methods
Method
Description
Log
(
byte
bytes
) :
void
Log
(
string
str
) :
void
Setup
(
IDebugger
debugger
) :
void
Method Details
Log()
public
static
method
public
static
Log
(
byte
bytes
) :
void
bytes
byte
return
void
Log()
public
static
method
public
static
Log
(
string
str
) :
void
str
string
return
void
Setup()
public
static
method
public
static
Setup
(
IDebugger
debugger
) :
void
debugger
IDebugger
return
void