PEReader.ReadCodeViewDebugDirectoryData(DebugDirectoryEntry) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads the data pointed to by the specified Debug Directory entry and interprets it as CodeView.
public:
System::Reflection::PortableExecutable::CodeViewDebugDirectoryData ReadCodeViewDebugDirectoryData(System::Reflection::PortableExecutable::DebugDirectoryEntry entry);
public System.Reflection.PortableExecutable.CodeViewDebugDirectoryData ReadCodeViewDebugDirectoryData (System.Reflection.PortableExecutable.DebugDirectoryEntry entry);
member this.ReadCodeViewDebugDirectoryData : System.Reflection.PortableExecutable.DebugDirectoryEntry -> System.Reflection.PortableExecutable.CodeViewDebugDirectoryData
Public Function ReadCodeViewDebugDirectoryData (entry As DebugDirectoryEntry) As CodeViewDebugDirectoryData
Parameters
- entry
- DebugDirectoryEntry
A Debug Directory entry instance.
Returns
A code view debug directory data instance.
Exceptions
entry
is not a CodeView entry.
Bad format of the data.
IO error while reading from the underlying stream.
The PE image is not available.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.