Not sure I understand your question, but if you have a TypeDefinition
(basically any MemberReference) object, you can get the full path to the
exe/dll containing it by:
TypeDefinition typeDef = ...;
string filepath = typeDef.Module.FullyQualifiedName;

2010/7/3 Simon Cropp <[email protected]>

> If i have access to a pdb how do i get the filename that
> TypeDefinition came from?
>
> --
> --
> mono-cecil

-- 
--
mono-cecil

Reply via email to