C# 클래스 DarkEmu_LoginServer.Debugx

파일 보기 프로젝트 열기: CarlosX/DarkEmu

공개 프로퍼티들

프로퍼티 타입 설명
d System.DateTime
tw System.IO.TextWriter

공개 메소드들

메소드 설명
DumpBuffer ( byte buffer, int Length ) : StringWriter
DumpBuffer ( byte buffer, int p, uint op, uint lng ) : void
DumpBuffer ( byte buffer, string t ) : void

메소드 상세

DumpBuffer() 공개 정적인 메소드

public static DumpBuffer ( byte buffer, int Length ) : StringWriter
buffer byte
Length int
리턴 System.IO.StringWriter

DumpBuffer() 공개 정적인 메소드

public static DumpBuffer ( byte buffer, int p, uint op, uint lng ) : void
buffer byte
p int
op uint
lng uint
리턴 void

DumpBuffer() 공개 정적인 메소드

public static DumpBuffer ( byte buffer, string t ) : void
buffer byte
t string
리턴 void

프로퍼티 상세

d 공개적으로 정적으로 프로퍼티

public static DateTime,System d
리턴 System.DateTime

tw 공개적으로 정적으로 프로퍼티

public static TextWriter,System.IO tw
리턴 System.IO.TextWriter