C# Class Mosa.Compiler.Pdb.CvFunctionSymbol3

Inheritance: CvSymbol
Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Méthodes publiques

Méthode Description
CvFunctionSymbol3 ( ushort length, CvEntryType type, BinaryReader reader ) : System

Initializes a new instance of the CvPublicSymbol3 struct.

ToString ( ) : string

Toes the string.

Method Details

CvFunctionSymbol3() public méthode

Initializes a new instance of the CvPublicSymbol3 struct.
public CvFunctionSymbol3 ( ushort length, CvEntryType type, BinaryReader reader ) : System
length ushort The length of the symbol in the stream.
type CvEntryType The type of the CodeView entry.
reader System.IO.BinaryReader The reader used to access the stream.
Résultat System

ToString() public méthode

Toes the string.
public ToString ( ) : string
Résultat string