docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AppUIServiceCollection

    A service collection for App Ui applications.

    Inheritance
    object
    ServiceCollection
    AppUIServiceCollection
    Implements
    IServiceCollection
    IList<ServiceDescriptor>
    ICollection<ServiceDescriptor>
    IEnumerable<ServiceDescriptor>
    IEnumerable
    Inherited Members
    ServiceCollection.GetEnumerator()
    ServiceCollection.Add(ServiceDescriptor)
    ServiceCollection.Clear()
    ServiceCollection.Contains(ServiceDescriptor)
    ServiceCollection.CopyTo(ServiceDescriptor[], int)
    ServiceCollection.Remove(ServiceDescriptor)
    ServiceCollection.Count
    ServiceCollection.IndexOf(ServiceDescriptor)
    ServiceCollection.Insert(int, ServiceDescriptor)
    ServiceCollection.RemoveAt(int)
    ServiceCollection.this[int]
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.AppUI.MVVM
    Assembly: Unity.AppUI.MVVM.dll
    Syntax
    public class AppUIServiceCollection : ServiceCollection, IServiceCollection, IList<ServiceDescriptor>, ICollection<ServiceDescriptor>, IEnumerable<ServiceDescriptor>, IEnumerable

    Properties

    IsReadOnly

    Gets or sets a value indicating whether the collection is read-only.

    Declaration
    public bool IsReadOnly { get; set; }
    Property Value
    Type Description
    bool

    Implements

    IServiceCollection
    IList<T>
    ICollection<T>
    IEnumerable<T>
    IEnumerable

    Extension Methods

    ServicesCollectionExtensions.AddScoped(IServiceCollection, Type)
    ServicesCollectionExtensions.AddScoped(IServiceCollection, Type, Type)
    ServicesCollectionExtensions.AddScoped<T>(IServiceCollection)
    ServicesCollectionExtensions.AddScoped<TService, TImplementation>(IServiceCollection)
    ServicesCollectionExtensions.AddSingleton(IServiceCollection, Type)
    ServicesCollectionExtensions.AddSingleton(IServiceCollection, Type, Type)
    ServicesCollectionExtensions.AddSingleton<T>(IServiceCollection)
    ServicesCollectionExtensions.AddSingleton<TService, TImplementation>(IServiceCollection)
    ServicesCollectionExtensions.AddTransient(IServiceCollection, Type)
    ServicesCollectionExtensions.AddTransient(IServiceCollection, Type, Type)
    ServicesCollectionExtensions.AddTransient<T>(IServiceCollection)
    ServicesCollectionExtensions.AddTransient<TService, TImplementation>(IServiceCollection)
    ServicesCollectionExtensions.BuildServiceProvider(IServiceCollection)
    ServicesCollectionExtensions.TryAddScoped(IServiceCollection, Type)
    ServicesCollectionExtensions.TryAddScoped(IServiceCollection, Type, Type)
    ServicesCollectionExtensions.TryAddScoped<TService>(IServiceCollection)
    ServicesCollectionExtensions.TryAddScoped<TService, TImplementation>(IServiceCollection)
    ServicesCollectionExtensions.TryAddSingleton(IServiceCollection, Type)
    ServicesCollectionExtensions.TryAddSingleton<TService>(IServiceCollection)
    ServicesCollectionExtensions.TryAddSingleton<TService, TImplementation>(IServiceCollection)
    ServicesCollectionExtensions.TryAddTransient(IServiceCollection, Type)
    ServicesCollectionExtensions.TryAddTransient(IServiceCollection, Type, Type)
    ServicesCollectionExtensions.TryAddTransient<TService>(IServiceCollection)
    ServicesCollectionExtensions.TryAddTransient<TService, TImplementation>(IServiceCollection)
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)