C# Класс PERWAPI.PDBReader

Read a given PDB file.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetMethod ( int token ) : PDBMethod

Read the given PDB file by filename.

Return a particular method.

Описание методов

GetMethod() публичный Метод

Read the given PDB file by filename. Return a particular method.
public GetMethod ( int token ) : PDBMethod
token int The token to identify the method.
Результат PDBMethod