Lean  $LEAN_TAG$
QuantConnect.AlgorithmFactory.Loader Member List

This is the complete list of members for QuantConnect.AlgorithmFactory.Loader, including all inherited members.

appDomainQuantConnect.AlgorithmFactory.Loader
GetExtendedTypeNames(Assembly assembly)QuantConnect.AlgorithmFactory.Loaderstatic
Loader()QuantConnect.AlgorithmFactory.Loader
Loader(bool debugging, Language language, TimeSpan loaderTimeLimit, Func< List< string >, string > multipleTypeNameResolverFunction, WorkerThread workerThread=null)QuantConnect.AlgorithmFactory.Loader
TryCreateAlgorithmInstance(string assemblyPath, out IAlgorithm algorithmInstance, out string errorMessage)QuantConnect.AlgorithmFactory.Loader
TryCreateAlgorithmInstanceWithIsolator(string assemblyPath, int ramLimit, out IAlgorithm algorithmInstance, out string errorMessage)QuantConnect.AlgorithmFactory.Loader
Unload()QuantConnect.AlgorithmFactory.Loader