ISymUnmanagedBinder3 Interface

Extends the symbol binder interface. Obtain this interface by calling QueryInterface on an object that implements the ISymUnmanagedBinder interface.

Important

It is a security risk to open a program database (PDB) file from an untrusted source.

Methods

Method Description
GetReaderFromCallback Method Allows the user to implement or supply via callback either an IID_IDiaReadExeAtRVACallback or IID_IDiaReadExeAtOffsetCallback to obtain the Debug directory information from memory

Requirements

Header: CorSym.idl, CorSym.h

See also