Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    Dependency Class

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

    public class Dependency
    Name Description
    Constructors
    Dependency(Package)
    Dependency(String, PackageVersion, DependencyType)
    Properties
    Assemblies
    MSBuildProject
    Name
    Package
    Type
    Version
    Methods
    ToString()
    | Improve this Doc View Source

    Constructors


    Dependency(Package)

    public Dependency(Package package)
    Parameters
    Type Name Description
    Package package

    Dependency(String, PackageVersion, DependencyType)

    public Dependency(string name, PackageVersion version, DependencyType type)
    Parameters
    Type Name Description
    System.String name
    Stride.Core.PackageVersion version
    DependencyType type
    | Improve this Doc View Source

    Properties


    Assemblies

    public List<string> Assemblies { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<System.String>

    MSBuildProject

    public string MSBuildProject { get; set; }
    Property Value
    Type Description
    System.String

    Name

    public string Name { get; set; }
    Property Value
    Type Description
    System.String

    Package

    public Package Package { get; set; }
    Property Value
    Type Description
    Package

    Type

    public DependencyType Type { get; set; }
    Property Value
    Type Description
    DependencyType

    Version

    public PackageVersion Version { get; set; }
    Property Value
    Type Description
    Stride.Core.PackageVersion
    | Improve this Doc View Source

    Methods


    ToString()

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

    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