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!

ISymbolWriter Interface

Represents a symbol writer for managed code.

ISymbolWriter

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

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

Remarks

The interface provides methods to define documents, sequence points, lexical scopes, and variables.

Requirements

Namespace: System.Diagnostics.SymbolStore

Assembly: mscorlib.dll

See Also

ISymbolWriter Members | System.Diagnostics.SymbolStore Namespace