Share via


DebugDirectory.Directory Property

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

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)

Syntax

‘선언
Public Property Directory As IList(Of Byte)
    Get
    Private Set
public IList<byte> Directory { get; private set; }
public:
property IList<unsigned char>^ Directory {
    IList<unsigned char>^ get ();
    private: void set (IList<unsigned char>^ value);
}
member Directory : IList<byte> with get, private set
function get Directory () : IList<byte>
private function set Directory (value : IList<byte>)

Property Value

Type: System.Collections.Generic.IList<Byte>

.NET Framework Security

See Also

Reference

DebugDirectory Class

Microsoft.VisualStudio.IntelliTrace Namespace