C# Class LogViewer.Utilities.LogEntryFMT

Inheritance: LogEntry
Afficher le fichier Open project: Dronacharya-Org/Dronacharya Class Usage Examples

Méthodes publiques

Свойство Type Description
Columns string[]
FormatString string
Length byte
Type byte

Méthodes publiques

Méthode Description
LogEntryFMT ( ) : System
Read ( BinaryReader reader ) : LogEntryFMT

Method Details

LogEntryFMT() public méthode

public LogEntryFMT ( ) : System
Résultat System

Read() public static méthode

public static Read ( BinaryReader reader ) : LogEntryFMT
reader System.IO.BinaryReader
Résultat LogEntryFMT

Property Details

Columns public_oe property

public string[] Columns
Résultat string[]

FormatString public_oe property

public string FormatString
Résultat string

Length public_oe property

public byte Length
Résultat byte

Type public_oe property

public byte Type
Résultat byte