Does pdb provide information about type definitions in source files?

Posted by Jan Pavlik on Stack Overflow See other posts from Stack Overflow or by Jan Pavlik
Published on 2009-03-27T11:35:52Z Indexed on 2010/04/14 21:23 UTC
Read the original article Hit count: 215

Filed under:
|
|
|
|

I know about DIA api, dbghelp. But can i use them to extract type definition location info such as file, begin_line, begin_column, end_line, end_column from my assembly and pdb generated?

If the answer is yes, can someone point me to the simple example out there?

© Stack Overflow or respective owner

Related posts about pdb-ms

Related posts about .NET