ISymUnmanagedReader2 Interface

Represents a symbol reader that provides access to documents, methods, and variables within a symbol store. This interface extends the ISymUnmanagedReader interface.

Methods

Method Description
GetMethodByVersionPreRemap Method Get a symbol reader method, given a method token and an edit-and-continue version number.
GetMethodsInDocument Method Gets every method that has line information in the provided document.
GetSymAttributePreRemap Method Gets a custom attribute based upon its name.

Requirements

Header: CorSym.idl, CorSym.h

See also