Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


GetResponseFileDefinesFromAssemblyName(string)

Lists all the #define directives used to compile the specified assembly, that is from a Response File.
Read time 1 minuteLast updated 10 days ago

Definition

public static string[] GetResponseFileDefinesFromAssemblyName(string assemblyName)

Parameters

assemblyName

The name of the assembly without the extension.

Returns

Type

Description

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

Remarks

Additional Resources: Assembly, CompilationPipeline.