Table of Contents

Class AssemblyRegisteredEventArgs

Namespace
Stride.Core.Reflection
Assembly
Stride.Core.dll

An event occurring when an assembly is registered with AssemblyRegistry.

public class AssemblyRegisteredEventArgs : EventArgs
Inheritance
AssemblyRegisteredEventArgs
Inherited Members

Constructors

AssemblyRegisteredEventArgs(Assembly, HashSet<string>)

Initializes a new instance of the AssemblyRegisteredEventArgs class.

public AssemblyRegisteredEventArgs(Assembly assembly, HashSet<string> categories)

Parameters

assembly Assembly

The assembly.

categories HashSet<string>

The categories.

Properties

Assembly

Gets the assembly that has been registered.

public Assembly Assembly { get; }

Property Value

Assembly

The assembly.

Categories

Gets the new categories registered for the specified Assembly

public HashSet<string> Categories { get; }

Property Value

HashSet<string>

The categories.