4 using System.Collections.Generic;
5 using System.Reflection;
7 namespace SiliconStudio.Core.Reflection
21 if (assembly == null)
throw new ArgumentNullException(
"assembly");
22 if (categories == null)
throw new ArgumentNullException(
"categories");
24 Categories = categories;
31 public Assembly Assembly {
get;
private set; }
37 public HashSet<string> Categories {
get;
private set; }
AssemblyRegisteredEventArgs(Assembly assembly, HashSet< string > categories)
Initializes a new instance of the AssemblyRegisteredEventArgs class.
An event occuring when an assembly is registered with AssemblyRegistry.