C# Class Ark.Piranha.RetargetReferencesProcessor

Inheritance: Ark.Cecil.CecilProcessor
Afficher le fichier Open project: Ark-kun/Piranha

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
ProcessAssemblyReferences ( Mono.Cecil.ModuleDefinition moduleDef, IList assemblyNameRefs ) : void

Method Details

ProcessAssemblyReferences() protected méthode

protected ProcessAssemblyReferences ( Mono.Cecil.ModuleDefinition moduleDef, IList assemblyNameRefs ) : void
moduleDef Mono.Cecil.ModuleDefinition
assemblyNameRefs IList
Résultat void

RetargetReferencesProcessor() public méthode

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

RetargetReferencesProcessor() public méthode

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

RetargetReferencesProcessor() public méthode

public RetargetReferencesProcessor ( IEnumerable assemblyReplacements, bool removeOthers = false ) : System
assemblyReplacements IEnumerable
removeOthers bool
Résultat System