﻿<?xml version="1.0" encoding="utf-8"?><Type Name="AppDomainInitializer" FullName="System.AppDomainInitializer"><TypeSignature Language="C#" Value="public delegate void AppDomainInitializer(string[] args);" /><TypeSignature Language="ILAsm" Value=".class public auto ansi serializable sealed AppDomainInitializer extends System.MulticastDelegate" /><AssemblyInfo><AssemblyName>mscorlib</AssemblyName><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="args" Type="System.String[]" /></Parameters><ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue><Docs><param name="args">To be added.</param><since version=".NET 2.0" /><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Use an <see cref="T:System.AppDomainInitializer" /> delegate to specify the callback method to invoke when an instance of the <see cref="T:System.AppDomain" /> class is initialized.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents the callback method to invoke when the application domain is initialized.</para></summary></Docs></Type>