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

Show file Open project: endjin/Endjin.Assembly.ChangeDetection

Public Methods

Method Description
LoadCecilAssembly ( string fileName, bool immediateLoad = false, bool readSymbols = null ) : AssemblyDefinition

Private Methods

Method Description
IsManagedCppAssembly ( AssemblyDefinition assembly ) : bool

Method Details

LoadCecilAssembly() public static method

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