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

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

Methods

Name Description
System_CAPS_pubmethod 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.

See Also

ISymbolReader
Microsoft.VisualStudio.Coverage.Analysis Namespace

Return to top