﻿<?xml version="1.0" encoding="utf-8"?><Type Name="AssemblyLoadEventHandler" FullName="System.AssemblyLoadEventHandler" FullNameSP="System_AssemblyLoadEventHandler" Maintainer="ecma"><TypeSignature Language="ILASM" Value=".class public sealed serializable AssemblyLoadEventHandler extends System.Delegate" /><TypeSignature Language="C#" Value="public delegate void AssemblyLoadEventHandler(object sender, AssemblyLoadEventArgs args);" /><TypeSignature Language="ILAsm" Value=".class public auto ansi serializable sealed AssemblyLoadEventHandler extends System.MulticastDelegate" /><MemberOfLibrary>RuntimeInfrastructure</MemberOfLibrary><AssemblyInfo><AssemblyName>mscorlib</AssemblyName><AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00 ]</AssemblyPublicKey><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Delegate</BaseTypeName></Base><Attributes><Attribute><AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName></Attribute></Attributes><Parameters><Parameter Name="sender" Type="System.Object" /><Parameter Name="args" Type="System.AssemblyLoadEventArgs" /></Parameters><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Docs><param name="sender">The <see cref="T:System.AppDomain" /> that is the source of the event.</param><param name="args"><para>A <see cref="T:System.AssemblyLoadEventArgs" /> that contains the event data.</para></param><example><para>For an example that demonstrates creating a <see cref="T:System.AssemblyLoadEventHandler" />, see <see cref="F:System.AppDomain.AssemblyLoad" />.</para></example><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>An <see cref="T:System.AssemblyLoadEventHandler" /> is used to specify the methods that are invoked in response to an <see cref="E:System.AppDomain.AssemblyLoad" /> event. To associate an instance of <see cref="T:System.AssemblyLoadEventHandler" /> with an event, add the instance to the event. The methods referenced by the <see cref="T:System.AssemblyLoadEventHandler" /> are invoked whenever an assembly is loaded, until the <see cref="T:System.AssemblyLoadEventHandler" /> is removed from the event.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents the method that handles the <see cref="E:System.AppDomain.AssemblyLoad" /> event of an <see cref="T:System.AppDomain" />.</para></summary></Docs><Members /><TypeExcluded>0</TypeExcluded></Type>