ISymUnmanagedReader2 Interface

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

Methods

Method Description

ISymUnmanagedReader2::GetMethodByVersionPreRemap Method

Get a symbol reader method, given a method token and an edit-and-continue version number.

ISymUnmanagedReader2::GetMethodsInDocument Method

Gets every method that has line information in the provided document.

ISymUnmanagedReader2::GetSymAttributePreRemap Method

Gets a custom attribute based upon its name.

Requirements

Header: CorSym.idl

See Also

Reference

ISymUnmanagedReader Interface

Other Resources

Diagnostics Symbol Store Interfaces