C# 클래스 Ark.Piranha.RetargetReferencesProcessor

상속: Ark.Cecil.CecilProcessor
파일 보기 프로젝트 열기: Ark-kun/Piranha

공개 메소드들

메소드 설명
RetargetReferencesProcessor ( Ark.DotNet.FrameworkProfile frameworkProfile, bool removeOthers = false ) : System
RetargetReferencesProcessor ( AssemblyNameReference>.IDictionary assemblyReplacements, bool removeOthers = false ) : System
RetargetReferencesProcessor ( IEnumerable assemblyReplacements, bool removeOthers = false ) : System

보호된 메소드들

메소드 설명
ProcessAssemblyReferences ( Mono.Cecil.ModuleDefinition moduleDef, IList assemblyNameRefs ) : void

메소드 상세

ProcessAssemblyReferences() 보호된 메소드

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

RetargetReferencesProcessor() 공개 메소드

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

RetargetReferencesProcessor() 공개 메소드

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

RetargetReferencesProcessor() 공개 메소드

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