Navigation :
AssemblyLoadedEventArgs
Name |
Value |
Assembly |
Catel.Core |
Namespace |
Catel.Reflection |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Portable Class Libraries, Xamarin - Android, Xamarin - iOS |
public class AssemblyLoadedEventArgs : EventArgs
Base types
EventArgs
Event args for the AssemblyLoaded event.
Constructors
AssemblyLoadedEventArgs(Assembly assembly, IEnumerable<Type> loadedTypes)
Initializes a new instance of the AssemblyLoadedEventArgs class.
Parameters
Name |
Description |
assembly |
The assembly. |
loadedTypes |
The loaded types. |
Exceptions
Name |
Description |
ArgumentNullException |
The assembly isnull . |
Properties
Assembly
Gets the assembly.
LoadedTypes
Gets the loaded types.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion