/// <summary>
 ///     Get any evidence that was serialized into the assembly
 /// </summary>
 public IEnumerable <EvidenceBase> GetFactorySuppliedEvidence()
 {
     // The PEFile knows how to read the serialized evidence, so we can just delegate to it
     return(m_peFileFactory.GetFactorySuppliedEvidence());
 }