Show / Hide Table of Contents

Class Plugin

Inheritance
Object
Plugin
Inherited Members
Object.ToString()
Object.Equals(Object)
Object.Equals(Object, Object)
Object.ReferenceEquals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Namespace: UnityEditor.VersionControl
Assembly: UnityEditor.dll
Syntax
public class Plugin

Properties

availablePlugins

Declaration
public static Plugin[] availablePlugins { get; }
Property Value
Type Description
Plugin[]
| Improve this Doc View Source

configFields

Declaration
public ConfigField[] configFields { get; }
Property Value
Type Description
ConfigField[]

name

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

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

Finalize()

Declaration
protected void Finalize()

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