Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

CompilationPipeline.GetResponseFileDefinesFromAssemblyName

Declaration

public static string[] GetResponseFileDefinesFromAssemblyName(string assemblyName);

Parameters

assemblyName The name of the assembly without the extension.

Returns

string[] A string array of #define directives declared for the assembly. Returns null if the assembly is not found.

Description

Lists all the #define directives used to compile the specified assembly, that is from a Response File.

Additional resources: Assembly, CompilationPipeline.