ISymUnmanagedWriter2 Interface

Represents a symbol writer, and provides methods to define documents, sequence points, lexical scopes, and variables. This interface extends the ISymUnmanagedWriter Interface interface.

Methods

Method Description

ISymUnmanagedWriter2::DefineConstant2 Method

Defines a name for a constant value.

ISymUnmanagedWriter2::DefineGlobalVariable2 Method

Defines a single global variable.

ISymUnmanagedWriter2::DefineLocalVariable2 Method

Defines a single variable in the current lexical scope.

Requirements

Header: CorSym.idl

See Also

Reference

ISymUnmanagedWriter Interface
ISymUnmanagedWriter3 Interface

Other Resources

Diagnostics Symbol Store Interfaces