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
- Type: Method
- Namespace: UnityEditor.Compilation
- Assembly: UnityEditor.CoreModule
public static string[] GetResponseFileDefinesFromAssemblyName(string assemblyName)
Parameters
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.