ILRepacking.ILRepack.IRepackContext C# (CSharp) 메소드

IRepackContext() 개인적인 메소드

private IRepackContext ( IMetadataScope scope ) : IMetadataScope
scope IMetadataScope
리턴 IMetadataScope
        IMetadataScope IRepackContext.MergeScope(IMetadataScope scope)
        {
            if (scope is AssemblyNameReference)
                return TargetAssemblyMainModule.AssemblyReferences.AddUniquely((Mono.Cecil.AssemblyNameReference)scope);
            Logger.Warn("Merging a module scope, probably not supported");
            return scope;
        }

Same methods

ILRepack::IRepackContext ( TypeReference reference ) : Mono.Cecil.TypeDefinition
ILRepack::IRepackContext ( TypeReference type ) : TypeReference
ILRepack::IRepackContext ( string assemblyName ) : string
ILRepack::IRepackContext ( string assemblyName, string typeName ) : string