C# 클래스 Mosa.Compiler.Pdb.CvFunctionSymbol3

상속: CvSymbol
파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

공개 메소드들

메소드 설명
CvFunctionSymbol3 ( ushort length, CvEntryType type, BinaryReader reader ) : System

Initializes a new instance of the CvPublicSymbol3 struct.

ToString ( ) : string

Toes the string.

메소드 상세

CvFunctionSymbol3() 공개 메소드

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.
리턴 System

ToString() 공개 메소드

Toes the string.
public ToString ( ) : string
리턴 string