Stride

OPEN / CLOSE
  • Features
  • Blog
  • Documentation
  • Community
(icon) Download

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

OPEN / CLOSE
  • English
  • 日本語
    Show / Hide Table of Contents

    PackageSessionAnalysisBase Class

    Namespace: Stride.Core.Assets.Analysis
    Assembly: Stride.Core.Assets.dll

    Base class for all Session and Asset integrity analysis.

    System.Object → PackageSessionAnalysisBase
    Derived from PackageSessionAnalysisBase: AssetBaseAnalysis PackageSessionAnalysis

    public abstract class PackageSessionAnalysisBase
    Name Description
    Constructors
    PackageSessionAnalysisBase()
    PackageSessionAnalysisBase(PackageSession)

    Initializes a new instance of the PackageSessionAnalysis class.

    Properties
    Session

    Gets the session.

    Methods
    Run()

    Performs a wide package validation analysis.

    Run(ILogger)

    Performs a wide package validation analysis.

    | Improve this Doc View Source

    Constructors


    PackageSessionAnalysisBase()

    protected PackageSessionAnalysisBase()

    PackageSessionAnalysisBase(PackageSession)

    Initializes a new instance of the PackageSessionAnalysis class.

    protected PackageSessionAnalysisBase(PackageSession packageSession)
    Parameters
    Type Name Description
    PackageSession packageSession

    The package session.

    Exceptions
    Type Condition
    System.ArgumentNullException

    packageSession

    | Improve this Doc View Source

    Properties


    Session

    Gets the session.

    public PackageSession Session { get; set; }
    Property Value
    Type Description
    PackageSession

    The session.

    | Improve this Doc View Source

    Methods


    Run()

    Performs a wide package validation analysis.

    public LoggerResult Run()
    Returns
    Type Description
    LoggerResult

    Result of the validation.


    Run(ILogger)

    Performs a wide package validation analysis.

    public abstract void Run(ILogger log)
    Parameters
    Type Name Description
    ILogger log

    The log to output the result of the validation.


    Extension Methods

    ComponentBaseExtensions.DisposeBy<T>(T, ICollectorHolder)
    ComponentBaseExtensions.RemoveDisposeBy<T>(T, ICollectorHolder)
    • Improve this Doc
    • View Source
    In This Article

    Back to top

    Copyright © 2019-2021 .NET Foundation and Contributors
    Supported by the .NET Foundation