ScriptCs.Engine.Roslyn.CSharpScriptInMemoryEngine.LoadAssemblyFromCache C# (CSharp) Метод

LoadAssemblyFromCache() защищенный Метод

protected LoadAssemblyFromCache ( ) : Assembly
Результат System.Reflection.Assembly
        protected override Assembly LoadAssemblyFromCache()
        {
            throw new NotImplementedException("Reaching this point indicates a bug. The CSharpScriptInMemoryEngine should never load the assembly from the cache.");
        }