C# Class Mono.Debugger.Backend.DwarfReader.LineNumberEngine.FileEntry

显示文件 Open project: baulig/debugger

Public Properties

Property Type Description
Directory int
File SourceFile
FileName string
LastModificationTime int
Length int

Public Methods

Method Description
FileEntry ( LineNumberEngine engine, DwarfBinaryReader reader ) : System
ToString ( ) : string

Method Details

FileEntry() public method

public FileEntry ( LineNumberEngine engine, DwarfBinaryReader reader ) : System
engine LineNumberEngine
reader DwarfBinaryReader
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Directory public_oe property

public int Directory
return int

File public_oe property

public SourceFile File
return SourceFile

FileName public_oe property

public string FileName
return string

LastModificationTime public_oe property

public int LastModificationTime
return int

Length public_oe property

public int Length
return int