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!

System.Diagnostics.SymbolStore Namespace

Classes

Class Description
SymDocumentType Holds the public GUIDs for document types to be used with the symbol store.
SymLanguageType Holds the public GUIDs for language types to be used with the symbol store.
SymLanguageVendor Holds the public GUIDs for language vendors to be used with the symbol store.

Interfaces

Interface Description
ISymbolBinder Represents a symbol binder for managed code.
ISymbolDocument Represents a document referenced by a symbol store.
ISymbolDocumentWriter Represents a document referenced by a symbol store.
ISymbolMethod Represents a method within a symbol reader.
ISymbolNamespace Represents a namespace within a symbol reader.
ISymbolReader Represents a symbol reader for managed code.
ISymbolScope Represents a lexical scope within IsymMethod, providing access to the start and end offsets of the scope, as well as its child and parent scopes.
ISymbolVariable Represents a symbol within a symbol store.
ISymbolWriter Represents a symbol writer for managed code.

Structures

Structure Description
SymbolToken Provides an opaque representation of the token used and returned by the metadata.

Enumerations

Enumeration Description
SymAddressKind Specifies address types for local variables, parameters, and fields in the methods DefineLocalVariable, DefineParameter, and DefineField.