Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    StandalonePackage Class

    Namespace: Stride.Core.Assets
    Assembly: Stride.Core.Assets.dll
    System.Object → PackageContainer → StandalonePackage
    Derived from StandalonePackage:

    public class StandalonePackage : PackageContainer
    Name Description
    Constructors
    StandalonePackage(Package)
    Properties
    Assemblies

    Optional list of assemblies to load, typically filled using NuGet.

    Methods
    ToString()
    | Improve this Doc View Source

    Constructors


    StandalonePackage(Package)

    public StandalonePackage(Package package)
    Parameters
    Type Name Description
    Package package
    | Improve this Doc View Source

    Properties


    Assemblies

    Optional list of assemblies to load, typically filled using NuGet.

    public List<string> Assemblies { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>
    | Improve this Doc View Source

    Methods


    ToString()

    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    Inherited Members

    PackageContainer.Session
    PackageContainer.Package
    PackageContainer.DirectDependencies
    PackageContainer.FlattenedDependencies
    PackageContainer.Save(ILogger, PackageSaveParameters)
    PackageContainer.SavePackage()

    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