C# Class Ark.Piranha.RetargetReferencesProcessor

Inheritance: Ark.Cecil.CecilProcessor
Datei anzeigen Open project: Ark-kun/Piranha

Public Methods

Method Description
RetargetReferencesProcessor ( Ark.DotNet.FrameworkProfile frameworkProfile, bool removeOthers = false ) : System
RetargetReferencesProcessor ( AssemblyNameReference>.IDictionary assemblyReplacements, bool removeOthers = false ) : System
RetargetReferencesProcessor ( IEnumerable assemblyReplacements, bool removeOthers = false ) : System

Protected Methods

Method Description
ProcessAssemblyReferences ( Mono.Cecil.ModuleDefinition moduleDef, IList assemblyNameRefs ) : void

Method Details

ProcessAssemblyReferences() protected method

protected ProcessAssemblyReferences ( Mono.Cecil.ModuleDefinition moduleDef, IList assemblyNameRefs ) : void
moduleDef Mono.Cecil.ModuleDefinition
assemblyNameRefs IList
return void

RetargetReferencesProcessor() public method

public RetargetReferencesProcessor ( Ark.DotNet.FrameworkProfile frameworkProfile, bool removeOthers = false ) : System
frameworkProfile Ark.DotNet.FrameworkProfile
removeOthers bool
return System

RetargetReferencesProcessor() public method

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

RetargetReferencesProcessor() public method

public RetargetReferencesProcessor ( IEnumerable assemblyReplacements, bool removeOthers = false ) : System
assemblyReplacements IEnumerable
removeOthers bool
return System