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.");
        }