Ark.Piranha.RetargetReferencesProcessor.RetargetReferencesProcessor C# (CSharp) Метод

RetargetReferencesProcessor() публичный Метод

public RetargetReferencesProcessor ( Ark.DotNet.FrameworkProfile frameworkProfile, bool removeOthers = false ) : System
frameworkProfile Ark.DotNet.FrameworkProfile
removeOthers bool
Результат System
        public RetargetReferencesProcessor(FrameworkProfile frameworkProfile, bool removeOthers = false)
            : this(frameworkProfile.GetFrameworkAssemblies(), removeOthers)
        {
        }

Same methods

RetargetReferencesProcessor::RetargetReferencesProcessor ( AssemblyNameReference>.IDictionary assemblyReplacements, bool removeOthers = false ) : System
RetargetReferencesProcessor::RetargetReferencesProcessor ( IEnumerable assemblyReplacements, bool removeOthers = false ) : System