This documentation is archived and is not being maintained.
ISymbolReader Interface
.NET Framework 1.1
Represents a symbol reader for managed code.
For a list of all members of this type, see ISymbolReader Members.
[Visual Basic] Public Interface ISymbolReader [C#] public interface ISymbolReader [C++] public __gc __interface ISymbolReader [JScript] public interface ISymbolReader
Remarks
The interface provides access to documents, methods, and variables.
Note This interface is the managed counterpart of the ISymUnmanagedReader interface, defined in the Debug Reference (located in the %\Microsoft.NET\Framework SDK\Tool Developers Guide\Docs directory). The unmanaged Symbol Store interfaces described in the Debug Reference provide an alternative set of unmanaged APIs for writing and manipulating symbolic information.
Requirements
Namespace: System.Diagnostics.SymbolStore
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: Mscorlib (in Mscorlib.dll)
See Also
ISymbolReader Members | System.Diagnostics.SymbolStore Namespace | ISymbolBinder
Show: