Show / Hide Table of Contents

Struct AssemblyDefinitionPlatform

Inherited Members
ValueType.Equals(Object)
ValueType.GetHashCode()
ValueType.ToString()
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Namespace: UnityEditor.Compilation
Assembly: UnityEditor.dll
Syntax
public struct AssemblyDefinitionPlatform

Properties

| Improve this Doc View Source

BuildTarget

Declaration
public BuildTarget BuildTarget { get; }
Property Value
Type Description
BuildTarget
| Improve this Doc View Source

DisplayName

Declaration
public string DisplayName { get; }
Property Value
Type Description
String
| Improve this Doc View Source

Name

Declaration
public string Name { get; }
Property Value
Type Description
String

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