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

파라미터

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.

반환

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

설명

Retrieves the ResponseFileData describing the content of the response file.