DebugDirectoryEntry.Type Property

Definition

Gets the format of the debugging information.

public:
 property System::Reflection::PortableExecutable::DebugDirectoryEntryType Type { System::Reflection::PortableExecutable::DebugDirectoryEntryType get(); };
public System.Reflection.PortableExecutable.DebugDirectoryEntryType Type { get; }
member this.Type : System.Reflection.PortableExecutable.DebugDirectoryEntryType
Public ReadOnly Property Type As DebugDirectoryEntryType

Property Value

The format of the debugging information.

Applies to