Stride

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

  • Discord
  • Facebook
  • Twitter
  • YouTube

LANGUAGE

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

    PackageLoadedAssembly Class

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

    Represents an assembly that is loaded at runtime by the package.

    System.Object → PackageLoadedAssembly
    Derived from PackageLoadedAssembly:

    public class PackageLoadedAssembly
    Name Description
    Constructors
    PackageLoadedAssembly(ProjectReference, String)
    Properties
    Assembly

    Gets or sets the loaded assembly. Could be null if not properly loaded.

    Path

    Gets the path of the assembly.

    ProjectReference

    Gets the project reference for this assembly.

    | Improve this Doc View Source

    Constructors


    PackageLoadedAssembly(ProjectReference, String)

    public PackageLoadedAssembly(ProjectReference projectReference, string path)
    Parameters
    Type Name Description
    ProjectReference projectReference
    System.String path
    | Improve this Doc View Source

    Properties


    Assembly

    Gets or sets the loaded assembly. Could be null if not properly loaded.

    public Assembly Assembly { get; set; }
    Property Value
    Type Description
    System.Reflection.Assembly

    The assembly.


    Path

    Gets the path of the assembly.

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

    The path.


    ProjectReference

    Gets the project reference for this assembly.

    public ProjectReference ProjectReference { get; }
    Property Value
    Type Description
    ProjectReference

    The project reference.


    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