C# Class PERWAPI.PDBReader

Read a given PDB file.
Afficher le fichier Open project: xored/f4

Méthodes publiques

Méthode Description
GetMethod ( int token ) : PDBMethod

Read the given PDB file by filename.

Return a particular method.

Method Details

GetMethod() public méthode

Read the given PDB file by filename. Return a particular method.
public GetMethod ( int token ) : PDBMethod
token int The token to identify the method.
Résultat PDBMethod