Show / Hide Table of Contents

Class PackageInfo

Inheritance
Object
PackageInfo
Inherited Members
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetType()
Object.MemberwiseClone()
Namespace: Unity.DataContract
Assembly: Unity.DataContract.dll
Syntax
public class PackageInfo

Fields

| Improve this Doc View Source

basePath

Declaration
public string basePath
Field Value
Type Description
String
| Improve this Doc View Source

description

Declaration
public string description
Field Value
Type Description
String
| Improve this Doc View Source

loaded

Declaration
public bool loaded
Field Value
Type Description
Boolean
| Improve this Doc View Source

name

Declaration
public string name
Field Value
Type Description
String
| Improve this Doc View Source

organisation

Declaration
public string organisation
Field Value
Type Description
String
| Improve this Doc View Source

releaseNotes

Declaration
public string releaseNotes
Field Value
Type Description
String
| Improve this Doc View Source

type

Declaration
public PackageType type
Field Value
Type Description
PackageType
| Improve this Doc View Source

unityVersion

Declaration
public PackageVersion unityVersion
Field Value
Type Description
PackageVersion
| Improve this Doc View Source

version

Declaration
public PackageVersion version
Field Value
Type Description
PackageVersion

Properties

| Improve this Doc View Source

files

Declaration
public Dictionary<string, PackageFileData> files { get; set; }
Property Value
Type Description
Dictionary<String, PackageFileData>
| Improve this Doc View Source

packageName

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

Methods

| Improve this Doc View Source

Equals(Object)

Declaration
public override bool Equals(object other)
Parameters
Type Name Description
Object other
Returns
Type Description
Boolean
Overrides
Object.Equals(Object)
| Improve this Doc View Source

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
Int32
Overrides
Object.GetHashCode()
| Improve this Doc View Source

ToString()

Declaration
public override string ToString()
Returns
Type Description
String
Overrides
Object.ToString()

Operators

| Improve this Doc View Source

Equality(PackageInfo, PackageInfo)

Declaration
public static bool operator ==(PackageInfo a, PackageInfo z)
Parameters
Type Name Description
PackageInfo a
PackageInfo z
Returns
Type Description
Boolean
| Improve this Doc View Source

Inequality(PackageInfo, PackageInfo)

Declaration
public static bool operator !=(PackageInfo a, PackageInfo z)
Parameters
Type Name Description
PackageInfo a
PackageInfo z
Returns
Type Description
Boolean

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