Show / Hide Table of Contents

Class Client

Inheritance
Object
Client
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
public static class Client

Methods

| Improve this Doc View Source

Add(String)

Declaration
public static AddRequest Add(string packageIdOrName)
Parameters
Type Name Description
String packageIdOrName
Returns
Type Description
AddRequest
| Improve this Doc View Source

List(Boolean)

Declaration
public static ListRequest List(bool offlineMode = false)
Parameters
Type Name Description
Boolean offlineMode
Returns
Type Description
ListRequest
| Improve this Doc View Source

Remove(String)

Declaration
public static RemoveRequest Remove(string packageIdOrName)
Parameters
Type Name Description
String packageIdOrName
Returns
Type Description
RemoveRequest
| Improve this Doc View Source

ResetToEditorDefaults()

Declaration
public static ResetToEditorDefaultsRequest ResetToEditorDefaults()
Returns
Type Description
ResetToEditorDefaultsRequest
| Improve this Doc View Source

Search(String)

Declaration
public static SearchRequest Search(string packageIdOrName)
Parameters
Type Name Description
String packageIdOrName
Returns
Type Description
SearchRequest
| Improve this Doc View Source

SearchAll()

Declaration
public static SearchRequest SearchAll()
Returns
Type Description
SearchRequest
  • Improve this Doc
  • View Source
Back to top Generated by DocFX