NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ISymbolReader Interface

Represents a symbol reader for managed code.

ISymbolReader

[Visual Basic]
Public Interface ISymbolReader
[C#]
public interface ISymbolReader
[C++]
public __gc __interface ISymbolReader

[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.

Remarks

The interface provides access to documents, methods, and variables.

Requirements

Namespace: System.Diagnostics.SymbolStore

Assembly: mscorlib.dll

See Also

ISymbolReader Members | System.Diagnostics.SymbolStore Namespace