C# Class Mosa.Compiler.Pdb.CvFunctionSymbol3

Inheritance: CvSymbol
Exibir arquivo Open project: tgiphil/MOSA-Project Class Usage Examples

Public Methods

Method 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 method

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.
return System

ToString() public method

Toes the string.
public ToString ( ) : string
return string