Share via


DebugDirectory Class

Definition

Describes the debug directory information from the module.

public ref class DebugDirectory sealed
public ref class DebugDirectory sealed
class DebugDirectory sealed
public sealed class DebugDirectory
type DebugDirectory = class
Public NotInheritable Class DebugDirectory
Inheritance
DebugDirectory

Properties

Data

Gets the debug directory's raw data. This is the data pointed to by the IMAGE_DEBUG_DIRECTORY.PointerToRawData field.

Directory

Gets the debug directory information. This data comes from the IMAGE_DEBUG_DIRECTORY structure in the module.

Applies to