C# Class PERWAPI.PDBReader

Read a given PDB file.
Mostrar archivo Open project: xored/f4

Public Methods

Method Description
GetMethod ( int token ) : PDBMethod

Read the given PDB file by filename.

Return a particular method.

Method Details

GetMethod() public method

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