Legacy Documentation: Version 2018.1 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Assembly

class in UnityEditor.Compilation

/

Implemented in:UnityEditor

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

Description

Class that represents an assembly compiled by Unity.

Properties

allReferencesReturns Assembly.assemblyReferences and Assembly.compiledAssemblyReferences combined.This returns all assemblies that are passed to the compiler when building this assembly,.
assemblyReferencesAssembly 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.
compiledAssemblyReferencesAssembly references to pre-compiled assemblies that used to build this assembly.See Also: Assembly.assemblyReferences and Assembly.allReferences.
compilerOptionsCompiler options used to compile the assembly.
definesThe defines used to compile this assembly.
flagsFlags for the assembly.See Also: AssemblyFlags.
nameThe name of the assembly.
outputPathThe full output file path of this assembly.
sourceFilesAll the souce files used to compile this assembly.

Constructors

AssemblyConstructor.

Did you find this page useful? Please give it a rating: