Show / Hide Table of Contents

Class CompilationPipeline

Inheritance
Object
CompilationPipeline
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.Compilation
Assembly: UnityEditor.dll
Syntax
public static class CompilationPipeline

Methods

| Improve this Doc View Source

GetAssemblies()

Declaration
public static Assembly[] GetAssemblies()
Returns
Type Description
Assembly[]
| Improve this Doc View Source

GetAssemblies(AssembliesType)

Declaration
public static Assembly[] GetAssemblies(AssembliesType assembliesType)
Parameters
Type Name Description
AssembliesType assembliesType
Returns
Type Description
Assembly[]
| Improve this Doc View Source

GetAssemblyDefinitionFilePathFromAssemblyName(String)

Declaration
public static string GetAssemblyDefinitionFilePathFromAssemblyName(string assemblyName)
Parameters
Type Name Description
String assemblyName
Returns
Type Description
String
| Improve this Doc View Source

GetAssemblyDefinitionFilePathFromScriptPath(String)

Declaration
public static string GetAssemblyDefinitionFilePathFromScriptPath(string sourceFilePath)
Parameters
Type Name Description
String sourceFilePath
Returns
Type Description
String
| Improve this Doc View Source

GetAssemblyDefinitionPlatforms()

Declaration
public static AssemblyDefinitionPlatform[] GetAssemblyDefinitionPlatforms()
Returns
Type Description
AssemblyDefinitionPlatform[]
| Improve this Doc View Source

GetAssemblyNameFromScriptPath(String)

Declaration
public static string GetAssemblyNameFromScriptPath(string sourceFilePath)
Parameters
Type Name Description
String sourceFilePath
Returns
Type Description
String
| Improve this Doc View Source

GetPrecompiledAssemblyNames()

Declaration
public static string[] GetPrecompiledAssemblyNames()
Returns
Type Description
String[]
| Improve this Doc View Source

GetPrecompiledAssemblyPathFromAssemblyName(String)

Declaration
public static string GetPrecompiledAssemblyPathFromAssemblyName(string assemblyName)
Parameters
Type Name Description
String assemblyName
Returns
Type Description
String

Events

| Improve this Doc View Source

assemblyCompilationFinished

Declaration
public static event Action<string, CompilerMessage[]> assemblyCompilationFinished
Event Type
Type Description
Action<String, CompilerMessage[]>
| Improve this Doc View Source

assemblyCompilationStarted

Declaration
public static event Action<string> assemblyCompilationStarted
Event Type
Type Description
Action<String>
  • Improve this Doc
  • View Source
Back to top Generated by DocFX