C# Class YeloDebug.ModuleInfo

Module information.
显示文件 Open project: troymac1ure/Entity

Public Properties

Property Type Description
BaseAddress uint
Checksum uint
Name string
Sections List
Size uint
TimeStamp System.DateTime

Property Details

BaseAddress public_oe property

Address that the module was loaded to.
public uint BaseAddress
return uint

Checksum public_oe property

Checksum of the module.
public uint Checksum
return uint

Name public_oe property

Name of the module that was loaded.
public string Name
return string

Sections public_oe property

Sections contained within the module.
public List Sections
return List

Size public_oe property

Size of the module.
public uint Size
return uint

TimeStamp public_oe property

Time stamp of the module.
public DateTime,System TimeStamp
return System.DateTime