PEReader.ReadEmbeddedPortablePdbDebugDirectoryData 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 an Embedded Portable PDB blob.
public:
System::Reflection::Metadata::MetadataReaderProvider ^ ReadEmbeddedPortablePdbDebugDirectoryData(System::Reflection::PortableExecutable::DebugDirectoryEntry entry);
public System.Reflection.Metadata.MetadataReaderProvider ReadEmbeddedPortablePdbDebugDirectoryData (System.Reflection.PortableExecutable.DebugDirectoryEntry entry);
member this.ReadEmbeddedPortablePdbDebugDirectoryData : System.Reflection.PortableExecutable.DebugDirectoryEntry -> System.Reflection.Metadata.MetadataReaderProvider
Public Function ReadEmbeddedPortablePdbDebugDirectoryData (entry As DebugDirectoryEntry) As MetadataReaderProvider
Parameters
- entry
- DebugDirectoryEntry
The Debug Directory entry whose data is to be read.
Returns
The provider of a metadata reader for reading a Portable PDB image.
Exceptions
entry
is not a EmbeddedPortablePdb entry.
Bad format of the data.
PE image 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.