-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
Copy pathIAppDomainSetup.xml
336 lines (314 loc) · 19.4 KB
/
IAppDomainSetup.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
<Type Name="IAppDomainSetup" FullName="System.IAppDomainSetup">
<TypeSignature Language="C#" Value="public interface IAppDomainSetup" />
<TypeSignature Language="ILAsm" Value=".class public interface auto ansi abstract IAppDomainSetup" />
<TypeSignature Language="DocId" Value="T:System.IAppDomainSetup" />
<TypeSignature Language="VB.NET" Value="Public Interface IAppDomainSetup" />
<TypeSignature Language="F#" Value="type IAppDomainSetup = interface" />
<TypeSignature Language="C++ CLI" Value="public interface class IAppDomainSetup" />
<AssemblyInfo>
<AssemblyName>mscorlib</AssemblyName>
<AssemblyVersion>1.0.5000.0</AssemblyVersion>
<AssemblyVersion>2.0.0.0</AssemblyVersion>
<AssemblyVersion>2.0.5.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Interfaces />
<Attributes>
<Attribute>
<AttributeName Language="C#">[System.Runtime.InteropServices.Guid("27FFF232-A7A8-40dd-8D4A-734AD59FCD41")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.Guid("27FFF232-A7A8-40dd-8D4A-734AD59FCD41")>]</AttributeName>
</Attribute>
<Attribute>
<AttributeName Language="C#">[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]</AttributeName>
</Attribute>
<Attribute FrameworkAlternate="netframework-2.0;netframework-3.0;netframework-3.5;netframework-4.0;netframework-4.5;netframework-4.5.1;netframework-4.5.2;netframework-4.6;netframework-4.6.1;netframework-4.6.2;netframework-4.7;netframework-4.7.1;netframework-4.7.2;netframework-4.8;netframework-4.8.1">
<AttributeName Language="C#">[System.Runtime.InteropServices.ComVisible(true)]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.InteropServices.ComVisible(true)>]</AttributeName>
</Attribute>
</Attributes>
<Docs>
<summary>Represents assembly binding information that can be added to an instance of <see cref="T:System.AppDomain" />.</summary>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Members of this interface are used with the <xref:System.AppDomain.GetData%2A?displayProperty=nameWithType> and <xref:System.AppDomain.SetData%2A?displayProperty=nameWithType> methods to identify the <xref:System.AppDomain> data to use.
]]></format>
</remarks>
</Docs>
<Members>
<Member MemberName="ApplicationBase">
<MemberSignature Language="C#" Value="public string ApplicationBase { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ApplicationBase" />
<MemberSignature Language="DocId" Value="P:System.IAppDomainSetup.ApplicationBase" />
<MemberSignature Language="VB.NET" Value="Public Property ApplicationBase As String" />
<MemberSignature Language="F#" Value="member this.ApplicationBase : string with get, set" Usage="System.IAppDomainSetup.ApplicationBase" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::String ^ ApplicationBase { System::String ^ get(); void set(System::String ^ value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>mscorlib</AssemblyName>
<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>
<Docs>
<summary>Gets or sets the name of the directory containing the application.</summary>
<value>A <see cref="T:System.String" /> containing the name of the application base directory.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
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 <xref:System.AppDomain> has finished its first bind.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="ApplicationName">
<MemberSignature Language="C#" Value="public string ApplicationName { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ApplicationName" />
<MemberSignature Language="DocId" Value="P:System.IAppDomainSetup.ApplicationName" />
<MemberSignature Language="VB.NET" Value="Public Property ApplicationName As String" />
<MemberSignature Language="F#" Value="member this.ApplicationName : string with get, set" Usage="System.IAppDomainSetup.ApplicationName" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::String ^ ApplicationName { System::String ^ get(); void set(System::String ^ value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>mscorlib</AssemblyName>
<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>
<Docs>
<summary>Gets or sets the name of the application.</summary>
<value>A <see cref="T:System.String" /> that is the name of the application.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="CachePath">
<MemberSignature Language="C#" Value="public string CachePath { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string CachePath" />
<MemberSignature Language="DocId" Value="P:System.IAppDomainSetup.CachePath" />
<MemberSignature Language="VB.NET" Value="Public Property CachePath As String" />
<MemberSignature Language="F#" Value="member this.CachePath : string with get, set" Usage="System.IAppDomainSetup.CachePath" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::String ^ CachePath { System::String ^ get(); void set(System::String ^ value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>mscorlib</AssemblyName>
<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>
<Docs>
<summary>Gets or sets the name of an area specific to the application where files are shadow copied.</summary>
<value>A <see cref="T:System.String" /> that is the fully-qualified name of the directory path and file name where files are shadow copied.</value>
<remarks>To be added.</remarks>
<altmember cref="P:System.IAppDomainSetup.ShadowCopyFiles" />
<altmember cref="P:System.IAppDomainSetup.ShadowCopyDirectories" />
</Docs>
</Member>
<Member MemberName="ConfigurationFile">
<MemberSignature Language="C#" Value="public string ConfigurationFile { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ConfigurationFile" />
<MemberSignature Language="DocId" Value="P:System.IAppDomainSetup.ConfigurationFile" />
<MemberSignature Language="VB.NET" Value="Public Property ConfigurationFile As String" />
<MemberSignature Language="F#" Value="member this.ConfigurationFile : string with get, set" Usage="System.IAppDomainSetup.ConfigurationFile" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::String ^ ConfigurationFile { System::String ^ get(); void set(System::String ^ value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>mscorlib</AssemblyName>
<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>
<Docs>
<summary>Gets or sets the name of the configuration file for an application domain.</summary>
<value>A <see cref="T:System.String" /> that specifies the name of the configuration file.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
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.
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.
This property cannot be changed after the <xref:System.AppDomain> has finished its first bind.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="DynamicBase">
<MemberSignature Language="C#" Value="public string DynamicBase { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string DynamicBase" />
<MemberSignature Language="DocId" Value="P:System.IAppDomainSetup.DynamicBase" />
<MemberSignature Language="VB.NET" Value="Public Property DynamicBase As String" />
<MemberSignature Language="F#" Value="member this.DynamicBase : string with get, set" Usage="System.IAppDomainSetup.DynamicBase" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::String ^ DynamicBase { System::String ^ get(); void set(System::String ^ value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>mscorlib</AssemblyName>
<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>
<Docs>
<summary>Gets or sets the directory where dynamically generated files are stored and accessed.</summary>
<value>A <see cref="T:System.String" /> that specifies the directory containing dynamic assemblies.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
When an <xref:System.AppDomain> is created, a directory called the Dynamic Directory can be specified to store dynamic assemblies. This directory is logically located under the <xref:System.AppDomainSetup.ApplicationBase%2A>, although it can reside in another part of the directory.
This property cannot be changed after the <xref:System.AppDomain> has finished its first bind.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="LicenseFile">
<MemberSignature Language="C#" Value="public string LicenseFile { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string LicenseFile" />
<MemberSignature Language="DocId" Value="P:System.IAppDomainSetup.LicenseFile" />
<MemberSignature Language="VB.NET" Value="Public Property LicenseFile As String" />
<MemberSignature Language="F#" Value="member this.LicenseFile : string with get, set" Usage="System.IAppDomainSetup.LicenseFile" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::String ^ LicenseFile { System::String ^ get(); void set(System::String ^ value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>mscorlib</AssemblyName>
<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>
<Docs>
<summary>Gets or sets the location of the license file associated with this domain.</summary>
<value>A <see cref="T:System.String" /> that specifies the name of the license file.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="PrivateBinPath">
<MemberSignature Language="C#" Value="public string PrivateBinPath { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string PrivateBinPath" />
<MemberSignature Language="DocId" Value="P:System.IAppDomainSetup.PrivateBinPath" />
<MemberSignature Language="VB.NET" Value="Public Property PrivateBinPath As String" />
<MemberSignature Language="F#" Value="member this.PrivateBinPath : string with get, set" Usage="System.IAppDomainSetup.PrivateBinPath" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::String ^ PrivateBinPath { System::String ^ get(); void set(System::String ^ value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>mscorlib</AssemblyName>
<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>
<Docs>
<summary>Gets or sets the list of directories that is combined with the <see cref="P:System.AppDomainSetup.ApplicationBase" /> directory to probe for private assemblies.</summary>
<value>A <see cref="T:System.String" /> containing a list of directory names, where each name is separated by a semicolon.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
Private assemblies are deployed in the same directory structure as the application.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="PrivateBinPathProbe">
<MemberSignature Language="C#" Value="public string PrivateBinPathProbe { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string PrivateBinPathProbe" />
<MemberSignature Language="DocId" Value="P:System.IAppDomainSetup.PrivateBinPathProbe" />
<MemberSignature Language="VB.NET" Value="Public Property PrivateBinPathProbe As String" />
<MemberSignature Language="F#" Value="member this.PrivateBinPathProbe : string with get, set" Usage="System.IAppDomainSetup.PrivateBinPathProbe" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::String ^ PrivateBinPathProbe { System::String ^ get(); void set(System::String ^ value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>mscorlib</AssemblyName>
<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>
<Docs>
<summary>Gets or sets the private binary directory path used to locate an application.</summary>
<value>A <see cref="T:System.String" /> containing a list of directory names, where each name is separated by a semicolon.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
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.
This property cannot be changed after the <xref:System.AppDomain> has finished its first bind.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="ShadowCopyDirectories">
<MemberSignature Language="C#" Value="public string ShadowCopyDirectories { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ShadowCopyDirectories" />
<MemberSignature Language="DocId" Value="P:System.IAppDomainSetup.ShadowCopyDirectories" />
<MemberSignature Language="VB.NET" Value="Public Property ShadowCopyDirectories As String" />
<MemberSignature Language="F#" Value="member this.ShadowCopyDirectories : string with get, set" Usage="System.IAppDomainSetup.ShadowCopyDirectories" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::String ^ ShadowCopyDirectories { System::String ^ get(); void set(System::String ^ value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>mscorlib</AssemblyName>
<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>
<Docs>
<summary>Gets or sets the names of the directories containing assemblies to be shadow copied.</summary>
<value>A <see cref="T:System.String" /> containing a list of directory names, where each name is separated by a semicolon.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
All directories specified by <xref:System.AppDomainSetup.PrivateBinPath%2A>, including the directory specified by <xref:System.AppDomainSetup.ApplicationBase%2A>, are shadow copied by default if this property is not set.
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.
This property cannot be changed after the <xref:System.AppDomain> has finished its first bind.
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="ShadowCopyFiles">
<MemberSignature Language="C#" Value="public string ShadowCopyFiles { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance string ShadowCopyFiles" />
<MemberSignature Language="DocId" Value="P:System.IAppDomainSetup.ShadowCopyFiles" />
<MemberSignature Language="VB.NET" Value="Public Property ShadowCopyFiles As String" />
<MemberSignature Language="F#" Value="member this.ShadowCopyFiles : string with get, set" Usage="System.IAppDomainSetup.ShadowCopyFiles" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::String ^ ShadowCopyFiles { System::String ^ get(); void set(System::String ^ value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>mscorlib</AssemblyName>
<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>
<Docs>
<summary>Gets or sets a string that indicates whether shadow copying is turned on or off.</summary>
<value>A <see cref="T:System.String" /> containing the value "true" to indicate that shadow copying is turned on; or "false" to indicate that shadow copying is turned off.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
This property cannot be changed after the <xref:System.AppDomain> has finished its first bind.
]]></format>
</remarks>
</Docs>
</Member>
</Members>
</Type>