DebugDirectory.Directory 属性

定义

获取调试目录信息。 此数据来自模块中的 IMAGE_DEBUG_DIRECTORY 结构。

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)

属性值

IList<Byte>

适用于