CClash.DirectCompilerCache.DirectCompilerCache C# (CSharp) 메소드

DirectCompilerCache() 공개 메소드

public DirectCompilerCache ( string cacheFolder ) : System
cacheFolder string
리턴 System
        public DirectCompilerCache(string cacheFolder)
            : base(cacheFolder)
        {
            Logging.Emit("direct compiler cache");
        }