class in UnityEditor.Compilation
/
Implemented in:UnityEditor
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.
CloseFor 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.
CloseClass that represents an assembly compiled by Unity.
allReferences | Returns Assembly.assemblyReferences and Assembly.compiledAssemblyReferences combined.This returns all assemblies that are passed to the compiler when building this assembly,. |
assemblyReferences | Assembly references used to build this assembly.The references are also assemblies built as part of the Unity project.See Also: Assembly.compiledAssemblyReferences and Assembly.allReferences. |
compiledAssemblyReferences | Assembly references to pre-compiled assemblies that used to build this assembly.See Also: Assembly.assemblyReferences and Assembly.allReferences. |
compilerOptions | Compiler options used to compile the assembly. |
defines | The defines used to compile this assembly. |
flags | Flags for the assembly.See Also: AssemblyFlags. |
name | The name of the assembly. |
outputPath | The full output file path of this assembly. |
sourceFiles | All the souce files used to compile this assembly. |
Assembly | Constructor. |