Table of Contents

Class PackageLoadedAssembly

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

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

public class PackageLoadedAssembly
Inheritance
PackageLoadedAssembly

Constructors

PackageLoadedAssembly(ProjectReference, string)

public PackageLoadedAssembly(ProjectReference projectReference, string path)

Parameters

projectReference ProjectReference
path string

Properties

Assembly

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

public Assembly Assembly { get; set; }

Property Value

Assembly

The assembly.

Path

Gets the path of the assembly.

public string Path { get; set; }

Property Value

string

The path.

ProjectReference

Gets the project reference for this assembly.

public ProjectReference ProjectReference { get; }

Property Value

ProjectReference

The project reference.