C# Class Mosa.Compiler.Pdb.CvSymbol

Base class for CodeView symbols, that are stored in a PDB file.
Datei anzeigen Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method Description
Read ( BinaryReader reader ) : CvSymbol

Reads the specified reader.

ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

Protected Methods

Method Description
CvSymbol ( ushort length, CvEntryType type ) : System

Initializes a new instance of the CvSymbol class.

Method Details

CvSymbol() protected method

Initializes a new instance of the CvSymbol class.
protected CvSymbol ( ushort length, CvEntryType type ) : System
length ushort The length of the symbol in the stream.
type CvEntryType The type of the CodeView entry.
return System

Read() public static method

Reads the specified reader.
public static Read ( BinaryReader reader ) : CvSymbol
reader System.IO.BinaryReader The reader.
return CvSymbol

ToString() public method

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
return string