Table of Contents

Class DumpModule

Namespace
Microsoft.Samples.Debugging.Native
Assembly
NativeDebugWrappers.dll

Represents a native module in a dump file. This is a flyweight object.

public class DumpModule
Inheritance
DumpModule

Properties

BaseAddress

Base address within the target of where this module is loaded.

FullName

Usually, the full filename of the module. Since the dump may not be captured on the local machine, be careful of using this filename with the local file system. In some cases, this could be a short filename, or unavailable.

RawTimestamp

Gets the raw 32 bit time stamp. Use the Timestamp property to get this as a System.DateTime.

Size

Size of this module in bytes as loaded in the target.

Timestamp

UTC Time stamp of module. This is based off a 32-bit value and will overflow in 2038. This is different than any of the filestamps. Call ToLocalTime() to convert from UTC.

Methods

Equals(object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Serves as the default hash function.