コード例 #1
0
        public void AddSimplyNamedAssemblyForVerification(string filePath, AssemblyManifest assemblyManifest)
        {
            SimplyNamedAssemblyComponent component = new SimplyNamedAssemblyComponent(filePath, assemblyManifest);

            this._verificationComponents.Add(component);
        }
 public void AddSimplyNamedAssemblyForVerification(string filePath, AssemblyManifest assemblyManifest)
 {
     SimplyNamedAssemblyComponent component = new SimplyNamedAssemblyComponent(filePath, assemblyManifest);
     this._verificationComponents.Add(component);
 }