Show / Hide Table of Contents

Struct ScriptCompilationResult

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.Build.Player
Assembly: UnityEditor.dll
Syntax
[Serializable]
public struct ScriptCompilationResult

Properties

| Improve this Doc View Source

assemblies

Declaration
public ReadOnlyCollection<string> assemblies { get; }
Property Value
Type Description
ReadOnlyCollection<String>
| Improve this Doc View Source

typeDB

Declaration
public TypeDB typeDB { get; }
Property Value
Type Description
TypeDB

Extension Methods

MustExtensions.MustBeEqual<T>(T, T)
MustExtensions.MustBeEqual<T>(T, T, String)
MustExtensions.MustNotBeEqual<T>(T, T)
MustExtensions.MustNotBeEqual<T>(T, T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX