SYMLINEDELTA Structure
Provides information to the symbol handler about methods that were moved as a result of edits.
typedef struct _SYMLINEDELTA
{
mdMethodDef mdMethod;
INT32 delta;
} SYMLINEDELTA;
Members
Member | Description |
---|---|
mdMethod |
The method's metadata token. |
delta |
The number of lines the method was moved. |
Requirements
Header: CorSym.idl