BitMaker.Miner.Gpu.GpuDevice.GetRawSource C# (CSharp) 메소드

GetRawSource() 정적인 개인적인 메소드

Gets the raw GPU source.
static private GetRawSource ( ) : string
리턴 string
        static string GetRawSource()
        {
            using (var rdr = new StreamReader(typeof(GpuDevice).Assembly.GetManifestResourceStream("BitMaker.Miner.Gpu.DiabloMiner.cl")))
                return rdr.ReadToEnd();
        }