Share via


ISymbolReaderFactory Interface

Provides an interface to create a symbol provider. This class and its members are reserved for internal use and are not intended to be used in your code.

Namespace:  Microsoft.VisualStudio.Coverage.Analysis
Assembly:  Microsoft.VisualStudio.Coverage.Analysis (in Microsoft.VisualStudio.Coverage.Analysis.dll)

Syntax

'Declaration
Public Interface ISymbolReaderFactory
public interface ISymbolReaderFactory
public interface class ISymbolReaderFactory
type ISymbolReaderFactory =  interface end
public interface ISymbolReaderFactory

The ISymbolReaderFactory type exposes the following members.

Methods

  Name Description
Public method CreateReader Creates an ISymbolReaderFactory object. This class and its members are reserved for internal use and are not intended to be used in your code.

Top

See Also

Reference

Microsoft.VisualStudio.Coverage.Analysis Namespace

ISymbolReader