Version: 2019.3
LanguageEnglish
  • C#

CompilationPipeline.ParseResponseFile

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static Compilation.ResponseFileData ParseResponseFile(string relativePath, string projectDirectory, string[] systemReferenceDirectories);

Parameters

relativePathThe path to the response file to be parsed.
projectDirectoryThe absolute path to the root of the Project directory in which the response file is located.
systemReferenceDirectoriesArray of directories containing system reference libraries.

Returns

ResponseFileData Describes the content of the response file that was parsed. Errors, defines, etc.

Description

Retrieves the ResponseFileData describing the content of the response file.