DebugDirectory.Directory Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the debug directory information.

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

Syntax

'Declaration
Public Property Directory As IList(Of Byte)
    Get
    Private Set
'Usage
Dim instance As DebugDirectory
Dim value As IList(Of Byte)

value = instance.Directory
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>

Remarks

This data comes from the IMAGE_DEBUG_DIRECTORY structure in the module.

.NET Framework Security

See Also

Reference

DebugDirectory Class

DebugDirectory Members

Microsoft.VisualStudio.TraceLog Namespace