System.Diagnostics.SymbolStore.ISymbolBinder1.GetReader Method

Gets the interface of the symbol reader for the current file.

Syntax

public ISymbolReader GetReader (IntPtr importer, string filename, string searchPath)

Parameters

importer
An IntPtr that refers to the metadata import interface.
filename
The name of the file for which the reader interface is required.
searchPath
The search path used to locate the symbol file.

Returns

The System.Diagnostics.SymbolStore.ISymbolReader interface that reads the debugging symbols.

Remarks

When given a pointer to a metadata interface, a file name, and a search path, the ISymbolBinder1.GetReader(IntPtr, string, string) method returns the System.Diagnostics.SymbolStore.ISymbolReader interface that reads the debugging symbols associated with the module.

Requirements

Namespace: System.Diagnostics.SymbolStore
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0