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
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; }