M&B: Bannerlord 1.4.7
The horns sound, the ravens gather.
Loading...
Searching...
No Matches
TaleWorlds.Library.AssemblyLoader Class Reference

Public Types

enum  AssemblyLoadResult {
  Success = 0 ,
  LoadedWithErrors = 1 ,
  CriticalError = 2
}
 

Static Public Member Functions

static void Initialize ()
 
static Assembly LoadFrom (string assemblyFile, bool showError=true)
 
static Assembly LoadFrom (string assemblyFile, out AssemblyLoadResult result, bool showError=true)
 

Member Enumeration Documentation

◆ AssemblyLoadResult

Enumerator
Success 
LoadedWithErrors 
CriticalError 

Member Function Documentation

◆ Initialize()

static void TaleWorlds.Library.AssemblyLoader.Initialize ( )
static

◆ LoadFrom() [1/2]

static Assembly TaleWorlds.Library.AssemblyLoader.LoadFrom ( string assemblyFile,
bool showError = true )
static

◆ LoadFrom() [2/2]

static Assembly TaleWorlds.Library.AssemblyLoader.LoadFrom ( string assemblyFile,
out AssemblyLoadResult result,
bool showError = true )
static