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