C# Class DarkEmu_GameServer.Debugx

Show file Open project: CarlosX/DarkEmu

Public Properties

Property Type Description
d System.DateTime
tw System.IO.TextWriter

Public Methods

Method Description
DumpBuffer ( byte buffer, int Length ) : StringWriter
DumpBuffer ( byte buffer, int p, uint op, uint lng ) : void
DumpBuffer ( byte buffer, string t ) : void

Method Details

DumpBuffer() public static method

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

DumpBuffer() public static method

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

DumpBuffer() public static method

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

Property Details

d public static property

public static DateTime,System d
return System.DateTime

tw public static property

public static TextWriter,System.IO tw
return System.IO.TextWriter