C# Class DarkEmu_GameServer.Debugx

Afficher le fichier Open project: CarlosX/DarkEmu

Méthodes publiques

Свойство Type Description
d System.DateTime
tw System.IO.TextWriter

Méthodes publiques

Méthode 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 méthode

public static DumpBuffer ( byte buffer, int Length ) : StringWriter
buffer byte
Length int
Résultat System.IO.StringWriter

DumpBuffer() public static méthode

public static DumpBuffer ( byte buffer, int p, uint op, uint lng ) : void
buffer byte
p int
op uint
lng uint
Résultat void

DumpBuffer() public static méthode

public static DumpBuffer ( byte buffer, string t ) : void
buffer byte
t string
Résultat void

Property Details

d public_oe static_oe property

public static DateTime,System d
Résultat System.DateTime

tw public_oe static_oe property

public static TextWriter,System.IO tw
Résultat System.IO.TextWriter