Freigeben über


DebugDirectory.Directory Property

Definition

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

public:
 property System::Collections::Generic::IList<System::Byte> ^ Directory { System::Collections::Generic::IList<System::Byte> ^ get(); };
public System.Collections.Generic.IList<byte> Directory { get; }
member this.Directory : System.Collections.Generic.IList<byte>
Public ReadOnly Property Directory As IList(Of Byte)

Property Value

Applies to