C# 클래스 PERWAPI.PDBReader

Read a given PDB file.
파일 보기 프로젝트 열기: xored/f4

공개 메소드들

메소드 설명
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