Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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