Axiom.Scripting.Compiler.CreateHighLevelGpuProgramScriptCompilerEvent.CreateHighLevelGpuProgramScriptCompilerEvent C# (CSharp) Метод

CreateHighLevelGpuProgramScriptCompilerEvent() публичный Метод

public CreateHighLevelGpuProgramScriptCompilerEvent ( string file, string name, string resGroup, string source, string language, GpuProgramType prgType ) : System.Collections.Generic
file string
name string
resGroup string
source string
language string
prgType GpuProgramType
Результат System.Collections.Generic
		public CreateHighLevelGpuProgramScriptCompilerEvent( string file, string name, string resGroup, string source,
			string language, GpuProgramType prgType )
			: base( CompilerEventType.CreateHighLevelGpuProgram )
		{
			File = file;
			Name = name;
			ResourceGroup = resGroup;
			Source = source;
			Language = language;
			ProgramType = prgType;
		}
	};
CreateHighLevelGpuProgramScriptCompilerEvent