Share via


ISymUnmanagedENCUpdate Interface

Provides functions for the Edit and Continue feature.

Methods

Method

Description

ISymUnmanagedENCUpdate::GetLocalVariableCount Method

Gets the number of local variables.

ISymUnmanagedENCUpdate::GetLocalVariables Method

Gets the local variables.

ISymUnmanagedENCUpdate::InitializeForEnc Method

Allows method boundaries to be computed before the first call to the ISymUnmanagedENCUpdate::UpdateSymbolStore2 method.

ISymUnmanagedENCUpdate::UpdateMethodLines Method

Allows updating the line information for a method that has not been recompiled, but whose lines have moved independently. A delta for each statement is allowed.

ISymUnmanagedENCUpdate::UpdateSymbolStore2 Method

Allows a compiler to omit functions that have not been modified from the program database (PDB) stream, provided that the line information meets the requirements. The correct line information can be determined with the old PDB line information and one delta for all lines in the function.

Requirements

Header: CorSym.idl

See Also

Concepts

Diagnostics Symbol Store Interfaces