C# Class Endjin.Assembly.ChangeDetection.Introspection.AssemblyLoader

Afficher le fichier Open project: endjin/Endjin.Assembly.ChangeDetection

Méthodes publiques

Méthode Description
LoadCecilAssembly ( string fileName, bool immediateLoad = false, bool readSymbols = null ) : AssemblyDefinition

Private Methods

Méthode Description
IsManagedCppAssembly ( AssemblyDefinition assembly ) : bool

Method Details

LoadCecilAssembly() public static méthode

public static LoadCecilAssembly ( string fileName, bool immediateLoad = false, bool readSymbols = null ) : AssemblyDefinition
fileName string
immediateLoad bool
readSymbols bool
Résultat Mono.Cecil.AssemblyDefinition