ScriptCs.Engine.Roslyn.CSharpScriptInMemoryEngine.LoadAssemblyFromCache C# (CSharp) Méthode

LoadAssemblyFromCache() protected méthode

protected LoadAssemblyFromCache ( ) : Assembly
Résultat 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.");
        }