Class AbstractTestHostingService | Package Manager UI website
docs.unity3d.com
    Show / Hide Table of Contents

    Class AbstractTestHostingService

    Inheritance
    System.Object
    AbstractTestHostingService
    Namespace: UnityEditor.AddressableAssets.Tests.HostingServices
    Syntax
    public abstract class AbstractTestHostingService : IHostingService

    Constructors

    AbstractTestHostingService()

    Declaration
    protected AbstractTestHostingService()

    Properties

    DescriptiveName

    Declaration
    public string DescriptiveName { get; set; }
    Property Value
    Type Description
    System.String
    Implements
    IHostingService.DescriptiveName

    HostingServiceContentRoots

    Declaration
    public List<string> HostingServiceContentRoots { get; protected set; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>
    Implements
    IHostingService.HostingServiceContentRoots

    InstanceId

    Declaration
    public int InstanceId { get; set; }
    Property Value
    Type Description
    System.Int32
    Implements
    IHostingService.InstanceId

    IsHostingServiceRunning

    Declaration
    public bool IsHostingServiceRunning { get; protected set; }
    Property Value
    Type Description
    System.Boolean
    Implements
    IHostingService.IsHostingServiceRunning

    Logger

    Declaration
    public ILogger Logger { get; set; }
    Property Value
    Type Description
    ILogger
    Implements
    IHostingService.Logger

    ProfileVariables

    Declaration
    public Dictionary<string, string> ProfileVariables { get; protected set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.String>
    Implements
    IHostingService.ProfileVariables

    Methods

    EvaluateProfileString(String)

    Declaration
    public string EvaluateProfileString(string key)
    Parameters
    Type Name Description
    System.String key
    Returns
    Type Description
    System.String
    Implements
    IHostingService.EvaluateProfileString(String)

    OnAfterDeserialize(KeyDataStore)

    Declaration
    public virtual void OnAfterDeserialize(KeyDataStore dataStore)
    Parameters
    Type Name Description
    KeyDataStore dataStore
    Implements
    IHostingService.OnAfterDeserialize(KeyDataStore)

    OnBeforeSerialize(KeyDataStore)

    Declaration
    public virtual void OnBeforeSerialize(KeyDataStore dataStore)
    Parameters
    Type Name Description
    KeyDataStore dataStore
    Implements
    IHostingService.OnBeforeSerialize(KeyDataStore)

    OnGUI()

    Declaration
    public virtual void OnGUI()
    Implements
    IHostingService.OnGUI()

    StartHostingService()

    Declaration
    public virtual void StartHostingService()
    Implements
    IHostingService.StartHostingService()

    StopHostingService()

    Declaration
    public virtual void StopHostingService()
    Implements
    IHostingService.StopHostingService()
    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023