C# Class Mosa.Compiler.Pdb.CvSymbol

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

Méthodes publiques

Méthode Description
Read ( BinaryReader reader ) : CvSymbol

Reads the specified reader.

ToString ( ) : string

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

Méthodes protégées

Méthode Description
CvSymbol ( ushort length, CvEntryType type ) : System

Initializes a new instance of the CvSymbol class.

Method Details

CvSymbol() protected méthode

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.
Résultat System

Read() public static méthode

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

ToString() public méthode

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