C# Class LogViewer.Utilities.LogEntryFMT

Inheritance: LogEntry
显示文件 Open project: Dronacharya-Org/Dronacharya Class Usage Examples

Public Properties

Property Type Description
Columns string[]
FormatString string
Length byte
Type byte

Public Methods

Method Description
LogEntryFMT ( ) : System
Read ( BinaryReader reader ) : LogEntryFMT

Method Details

LogEntryFMT() public method

public LogEntryFMT ( ) : System
return System

Read() public static method

public static Read ( BinaryReader reader ) : LogEntryFMT
reader System.IO.BinaryReader
return LogEntryFMT

Property Details

Columns public_oe property

public string[] Columns
return string[]

FormatString public_oe property

public string FormatString
return string

Length public_oe property

public byte Length
return byte

Type public_oe property

public byte Type
return byte