﻿<?xml version="1.0" encoding="utf-8"?><Type Name="IAppDomainSetup" FullName="System.IAppDomainSetup"><TypeSignature Maintainer="auto" Language="C#" Value="public interface IAppDomainSetup" /><TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IAppDomainSetup" /><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><ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the &lt;link location="node:gtk-sharp/programming/threads"&gt;Gtk# Thread Programming&lt;/link&gt; for details.</ThreadSafetyStatement><Interfaces /><Attributes><Attribute><AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName></Attribute><Attribute><AttributeName>System.Runtime.InteropServices.Guid("27FFF232-A7A8-40DD-8D4A-734AD59FCD41")</AttributeName></Attribute><Attribute><AttributeName>System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)</AttributeName></Attribute></Attributes><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Members of this interface are used with the <see cref="M:System.AppDomain.GetData(System.String)" /> and <see cref="M:System.AppDomain.SetData(System.String,System.Object)" /> methods to identify the <see cref="T:System.AppDomain" /> data to use.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Represents assembly binding information that can be added to an instance of <see cref="T:System.AppDomain" />.</para></summary></Docs><Members><Member MemberName="ApplicationBase"><MemberSignature Language="C#" Value="public string ApplicationBase { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance string ApplicationBase" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters></Parameters><Docs><value>To be added: an object of type 'string'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Used when getting or setting the assembly cache manager's APPBASE variable. This is the directory where the assembly manager should begin probing for assemblies. This property cannot be changed after the <see cref="T:System.AppDomain" /> has finished its first bind.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the name of the directory containing the application.</para></summary></Docs></Member><Member MemberName="ApplicationName"><MemberSignature Language="C#" Value="public string ApplicationName { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance string ApplicationName" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters></Parameters><Docs><value>To be added: an object of type 'string'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the name of the application.</para></summary></Docs></Member><Member MemberName="CachePath"><MemberSignature Language="C#" Value="public string CachePath { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance string CachePath" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters></Parameters><Docs><value>To be added: an object of type 'string'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets and sets the name of an area specific to the application where files are shadow copied.</para></summary></Docs></Member><Member MemberName="ConfigurationFile"><MemberSignature Language="C#" Value="public string ConfigurationFile { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance string ConfigurationFile" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters></Parameters><Docs><value>To be added: an object of type 'string'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>The configuration file describes the search rules and configuration data for the application domain. The host that creates the application domain is responsible for supplying this data because the meaningful values vary from situation to situation.</para><para>For example, the configuration data for ASP.NET applications is stored for each application, site, and computer, while the configuration data for an executable is stored for each application, user, and computer. Only the host knows the specifics of the configuration data for a particular circumstance.</para><para>This property cannot be changed after the <see cref="T:System.AppDomain" /> has finished its first bind.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets and sets the name of the configuration file for an application domain.</para></summary></Docs></Member><Member MemberName="DynamicBase"><MemberSignature Language="C#" Value="public string DynamicBase { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance string DynamicBase" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters></Parameters><Docs><value>To be added: an object of type 'string'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>When an <see cref="T:System.AppDomain" /> is created, a directory called the Dynamic Directory can be specified to store dynamic assemblies. This directory is logically located under the <see cref="P:System.AppDomainSetup.ApplicationBase" />, although it can reside in another part of the directory.</para><para>This property cannot be changed after the <see cref="T:System.AppDomain" /> has finished its first bind.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the directory where dynamically generated files are stored and accessed.</para></summary></Docs></Member><Member MemberName="LicenseFile"><MemberSignature Language="C#" Value="public string LicenseFile { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance string LicenseFile" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters></Parameters><Docs><value>To be added: an object of type 'string'</value><remarks>To be added</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the location of the license file associated with this domain.</para></summary></Docs></Member><Member MemberName="PrivateBinPath"><MemberSignature Language="C#" Value="public string PrivateBinPath { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance string PrivateBinPath" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters></Parameters><Docs><value>To be added: an object of type 'string'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Private assemblies are deployed in the same directory structure as the application.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the list of directories that is combined with the <see cref="P:System.AppDomainSetup.ApplicationBase" /> directory to probe for private assemblies.</para></summary></Docs></Member><Member MemberName="PrivateBinPathProbe"><MemberSignature Language="C#" Value="public string PrivateBinPathProbe { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance string PrivateBinPathProbe" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters></Parameters><Docs><value>To be added: an object of type 'string'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Set this property to exclude the application directory path from the search for the application. The search is restricted to private and global binary directory paths, and the global assembly cache.</para><para>This property cannot be changed after the <see cref="T:System.AppDomain" /> has finished its first bind.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the private binary directory path used to locate an application.</para></summary></Docs></Member><Member MemberName="ShadowCopyDirectories"><MemberSignature Language="C#" Value="public string ShadowCopyDirectories { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance string ShadowCopyDirectories" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters></Parameters><Docs><value>To be added: an object of type 'string'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>All directories specified by <see cref="P:System.AppDomainSetup.PrivateBinPath" />, including the directory specified by <see cref="P:System.AppDomainSetup.ApplicationBase" />, are shadow copied by default if this property is not set.</para><para>If an executable file is in use, updates to the executable file are stored in a shadow copy directory. Existing users continue using the original executable file until it terminates, while new users use the shadow copied executable file.</para><para>This property cannot be changed after the <see cref="T:System.AppDomain" /> has finished its first bind.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets the names of the directories containing assemblies to be shadow copied.</para></summary></Docs></Member><Member MemberName="ShadowCopyFiles"><MemberSignature Language="C#" Value="public string ShadowCopyFiles { get; set; }" /><MemberSignature Language="ILAsm" Value=".property instance string ShadowCopyFiles" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>1.0.5000.0</AssemblyVersion><AssemblyVersion>2.0.0.0</AssemblyVersion><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Parameters></Parameters><Docs><value>To be added: an object of type 'string'</value><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>This property cannot be changed after the <see cref="T:System.AppDomain" /> has finished its first bind.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets or sets a string that indicates whether shadow copying is turned on or off.</para></summary></Docs></Member></Members></Type>