Example #1
0
        public Program CreateProgramWithSource(params string[] sources)
        {
            ProgramSafeHandle handle = UnsafeNativeMethods.CreateProgramWithSource(Handle, sources);

            return(new Program(this, handle));
        }