Show / Hide Table of Contents

Class VersionsInfo

Inheritance
Object
VersionsInfo
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.PackageManager
Assembly: UnityEditor.dll
Syntax
[Serializable]
public class VersionsInfo

Properties

| Improve this Doc View Source

all

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

compatible

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

latest

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

latestCompatible

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

recommended

Declaration
public string recommended { 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)
MustExtensions.MustBeNull<T>(T)
MustExtensions.MustBeNull<T>(T, String)
MustExtensions.MustNotBeNull<T>(T)
MustExtensions.MustNotBeNull<T>(T, String)
  • Improve this Doc
  • View Source
Back to top Generated by DocFX