Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
EppLib
Debug
C# 클래스 EppLib.Debug
파일 보기
프로젝트 열기: CodeMakerInc/EppLib.NET
공개 메소드들
메소드
설명
Log
(
byte
bytes
) :
void
Log
(
string
str
) :
void
Setup
(
IDebugger
debugger
) :
void
메소드 상세
Log()
공개
정적인
메소드
public
static
Log
(
byte
bytes
) :
void
bytes
byte
리턴
void
Log()
공개
정적인
메소드
public
static
Log
(
string
str
) :
void
str
string
리턴
void
Setup()
공개
정적인
메소드
public
static
Setup
(
IDebugger
debugger
) :
void
debugger
IDebugger
리턴
void