CSScriptCompilers.CPPCompiler.CompileAssemblyFromSourceBatch C# (CSharp) Метод

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

public CompileAssemblyFromSourceBatch ( CompilerParameters options, string sources ) : CompilerResults
options System.CodeDom.Compiler.CompilerParameters
sources string
Результат System.CodeDom.Compiler.CompilerResults
		public CompilerResults CompileAssemblyFromSourceBatch(CompilerParameters options, string[] sources)
		{
			throw new NotImplementedException("CompileAssemblyFromSourceBatch is not implemented");
		}
		#endregion