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
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
|
<?xml version="1.0" encoding="utf-8"?>
<doc>
<assembly>
<name>System.Deployment</name>
</assembly>
<members>
<member name="E:System.Deployment.Application.ApplicationDeployment.CheckForUpdateCompleted">
<summary>Occurs when <see cref="M:System.Deployment.Application.ApplicationDeployment.CheckForUpdateAsync" /> has completed.</summary>
</member>
<member name="E:System.Deployment.Application.ApplicationDeployment.CheckForUpdateProgressChanged">
<summary>Occurs when a progress update is available on a <see cref="M:System.Deployment.Application.ApplicationDeployment.CheckForUpdateAsync" /> call.</summary>
</member>
<member name="E:System.Deployment.Application.ApplicationDeployment.DownloadFileGroupCompleted">
<summary>Occurs on the main application thread when a file download is complete.</summary>
</member>
<member name="E:System.Deployment.Application.ApplicationDeployment.DownloadFileGroupProgressChanged">
<summary>Occurs when status information is available on a file download operation initiated by a call to <see cref="Overload:System.Deployment.Application.ApplicationDeployment.DownloadFileGroupAsync" />.</summary>
</member>
<member name="E:System.Deployment.Application.ApplicationDeployment.UpdateCompleted">
<summary>Occurs when ClickOnce has finished upgrading the application as the result of a call to <see cref="M:System.Deployment.Application.ApplicationDeployment.UpdateAsync" />.</summary>
</member>
<member name="E:System.Deployment.Application.ApplicationDeployment.UpdateProgressChanged">
<summary>Occurs when ClickOnce has new status information for an update operation initiated by calling the <see cref="M:System.Deployment.Application.ApplicationDeployment.UpdateAsync" /> method.</summary>
</member>
<member name="E:System.Deployment.Application.InPlaceHostingManager.DownloadApplicationCompleted">
<summary>Occurs when the application has finished downloading to the local computer.</summary>
</member>
<member name="E:System.Deployment.Application.InPlaceHostingManager.DownloadProgressChanged">
<summary>Occurs when there is a change in the status of an application or manifest download.</summary>
</member>
<member name="E:System.Deployment.Application.InPlaceHostingManager.GetManifestCompleted">
<summary>Occurs when the deployment manifest has been downloaded to the local computer.</summary>
</member>
<member name="M:System.Deployment.Application.ApplicationDeployment.CheckForDetailedUpdate">
<summary>Performs the same operation as <see cref="M:System.Deployment.Application.ApplicationDeployment.CheckForUpdate" />, but returns extended information about the available update.</summary>
<returns>An <see cref="T:System.Deployment.Application.UpdateCheckInfo" /> for the available update.</returns>
<exception cref="T:System.InvalidOperationException">The current application is either not configured to support updates, or there is another update check operation already in progress.</exception>
<exception cref="T:System.Deployment.Application.DeploymentDownloadException">The deployment manifest cannot be downloaded. This exception will appear in the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error" /> property of the <see cref="E:System.Deployment.Application.ApplicationDeployment.CheckForUpdateCompleted" /> event.</exception>
<exception cref="T:System.Deployment.Application.InvalidDeploymentException">The deployment manifest is corrupted. Regenerate the application's manifest before you attempt to deploy this application to users. This exception will appear in the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error" /> property of the <see cref="E:System.Deployment.Application.ApplicationDeployment.CheckForUpdateCompleted" /> event.</exception>
</member>
<member name="M:System.Deployment.Application.ApplicationDeployment.CheckForDetailedUpdate(System.Boolean)">
<summary>Performs the same operation as <see cref="M:System.Deployment.Application.ApplicationDeployment.CheckForUpdate" />, but returns extended information about the available update.</summary>
<param name="persistUpdateCheckResult">If <see langword="false" />, the update will be applied silently and no dialog box will be displayed.</param>
<returns>An <see cref="T:System.Deployment.Application.UpdateCheckInfo" /> for the available update.</returns>
</member>
<member name="M:System.Deployment.Application.ApplicationDeployment.CheckForUpdate">
<summary>Checks <see cref="P:System.Deployment.Application.ApplicationDeployment.UpdateLocation" /> to determine whether a new update is available.</summary>
<returns>
<see langword="true" /> if a new update is available; otherwise, <see langword="false" />.</returns>
<exception cref="T:System.InvalidOperationException">
ClickOnce throws this exception immediately if you call the <see cref="M:System.Deployment.Application.ApplicationDeployment.CheckForUpdate" /> method while an update is already in progress.</exception>
<exception cref="T:System.Deployment.Application.DeploymentDownloadException">The deployment manifest cannot be downloaded. </exception>
<exception cref="T:System.Deployment.Application.InvalidDeploymentException">The deployment manifest is corrupted. You will likely need to redeploy the application to fix this problem. </exception>
</member>
<member name="M:System.Deployment.Application.ApplicationDeployment.CheckForUpdate(System.Boolean)">
<summary>Checks <see cref="P:System.Deployment.Application.ApplicationDeployment.UpdateLocation" /> to determine whether a new update is available.</summary>
<param name="persistUpdateCheckResult">If <see langword="false" />, the update will be applied silently and no dialog box will be displayed.</param>
<returns>
<see langword="true" /> if a new update is available; otherwise, <see langword="false" />.</returns>
</member>
<member name="M:System.Deployment.Application.ApplicationDeployment.CheckForUpdateAsync">
<summary>Checks <see cref="P:System.Deployment.Application.ApplicationDeployment.UpdateLocation" /> asynchronously to determine whether a new update is available.</summary>
<exception cref="T:System.InvalidOperationException">
ClickOnce throws this exception immediately if you call the <see cref="M:System.Deployment.Application.ApplicationDeployment.CheckForUpdateAsync" /> method while an update is already in progress.</exception>
<exception cref="T:System.Deployment.Application.DeploymentDownloadException">The deployment manifest cannot be downloaded. This exception appears in the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error" /> property of the <see cref="E:System.Deployment.Application.ApplicationDeployment.CheckForUpdateCompleted" /> event.</exception>
<exception cref="T:System.Deployment.Application.InvalidDeploymentException">The deployment manifest is corrupted. You will likely need to redeploy the application to fix this problem. This exception appears in the <see cref="P:System.ComponentModel.AsyncCompletedEventArgs.Error" /> property of the <see cref="E:System.Deployment.Application.ApplicationDeployment.CheckForUpdateCompleted" /> event.</exception>
</member>
<member name="M:System.Deployment.Application.ApplicationDeployment.CheckForUpdateAsyncCancel">
<summary>Cancels the asynchronous update check.</summary>
</member>
<member name="M:System.Deployment.Application.ApplicationDeployment.DownloadFileGroup(System.String)">
<summary>Downloads a set of optional files on demand.</summary>
<param name="groupName">The named group of files to download. All files marked "optional" in a ClickOnce application require a group name.</param>
<exception cref="T:System.ArgumentNullException">The <paramref name="groupName" /> parameter is null or zero-length.</exception>
</member>
<member name="M:System.Deployment.Application.ApplicationDeployment.DownloadFileGroupAsync(System.String)">
<summary>Downloads, on demand, a set of optional files in the background.</summary>
<param name="groupName">The named group of files to download. All files marked "optional" in a ClickOnce application require a group name.</param>
<exception cref="T:System.ArgumentNullException">The <paramref name="groupName" /> parameter is null or zero-length.</exception>
<exception cref="T:System.InvalidOperationException">You cannot initiate more than one download of <paramref name="groupName" /> at a time.</exception>
</member>
<member name="M:System.Deployment.Application.ApplicationDeployment.DownloadFileGroupAsync(System.String,System.Object)">
<summary>Downloads, on demand, a set of optional files in the background, and passes a piece of application state to the event callbacks.</summary>
<param name="groupName">The named group of files to download. All files marked "optional" in a ClickOnce application require a group name.</param>
<param name="userState">An arbitrary object containing state information for the asynchronous operation.</param>
<exception cref="T:System.ArgumentNullException">The <paramref name="groupName" /> parameter is null or zero-length.</exception>
<exception cref="T:System.InvalidOperationException">You cannot initiate more than one download of <paramref name="groupName" /> at a time.</exception>
</member>
<member name="M:System.Deployment.Application.ApplicationDeployment.DownloadFileGroupAsyncCancel(System.String)">
<summary>Cancels an asynchronous file download.</summary>
<param name="groupName">The named group of files to download. All files marked "optional" in a ClickOnce application require a group name.</param>
<exception cref="T:System.ArgumentNullException">
<paramref name="groupName" /> cannot be <see langword="null" />.</exception>
</member>
<member name="M:System.Deployment.Application.ApplicationDeployment.IsFileGroupDownloaded(System.String)">
<summary>Checks whether the named file group has already been downloaded to the client computer.</summary>
<param name="groupName">The named group of files to download. All files marked "optional" in a ClickOnce application require a group name.</param>
<returns>
<see langword="true" /> if the file group has already been downloaded for the current version of this application; otherwise, <see langword="false" />. If a new version of the application has been installed, and the new version has not added, removed, or altered files in the file group, <see cref="M:System.Deployment.Application.ApplicationDeployment.IsFileGroupDownloaded(System.String)" /> returns <see langword="true" />.</returns>
<exception cref="T:System.Deployment.Application.InvalidDeploymentException">
<paramref name="groupName" /> is not a file group defined in the application manifest.</exception>
</member>
<member name="M:System.Deployment.Application.ApplicationDeployment.Update">
<summary>Starts a synchronous download and installation of the latest version of this application. </summary>
<returns>
<see langword="true" /> if an application has been updated; otherwise, <see langword="false" />.</returns>
<exception cref="T:System.Deployment.Application.TrustNotGrantedException">The local computer did not grant the application the permission level it requested to execute.</exception>
<exception cref="T:System.Deployment.Application.InvalidDeploymentException">Your ClickOnce deployment is corrupted. For tips on how to diagnose and correct the problem, see Troubleshooting ClickOnce Deployments.</exception>
<exception cref="T:System.Deployment.Application.DeploymentDownloadException">The new deployment could not be downloaded from its location on the network.</exception>
<exception cref="T:System.InvalidOperationException">The application is currently being updated.</exception>
</member>
<member name="M:System.Deployment.Application.ApplicationDeployment.UpdateAsync">
<summary>Starts an asynchronous download and installation of the latest version of this application.</summary>
<exception cref="T:System.Deployment.Application.TrustNotGrantedException">The local computer did not grant this application the permission level it requested to execute.</exception>
<exception cref="T:System.Deployment.Application.InvalidDeploymentException">Your ClickOnce deployment is corrupted. For tips on how to diagnose and correct the problem, see Troubleshooting ClickOnce Deployments.</exception>
<exception cref="T:System.Deployment.Application.DeploymentDownloadException">The new deployment could not be downloaded from its location on the network.</exception>
</member>
<member name="M:System.Deployment.Application.ApplicationDeployment.UpdateAsyncCancel">
<summary>Cancels an asynchronous update initiated by <see cref="M:System.Deployment.Application.ApplicationDeployment.UpdateAsync" />.</summary>
</member>
<member name="M:System.Deployment.Application.CompatibleFrameworkMissingException.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.CompatibleFrameworkMissingException" /> class with a system-supplied message that describes the error.</summary>
</member>
<member name="M:System.Deployment.Application.CompatibleFrameworkMissingException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.CompatibleFrameworkMissingException" /> class with serialized data.</summary>
<param name="serializationInfo">The object that holds the serialized object data. </param>
<param name="streamingContext">The contextual information about the source or destination. </param>
</member>
<member name="M:System.Deployment.Application.CompatibleFrameworkMissingException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.CompatibleFrameworkMissingException" /> class with a specified message that describes the error.</summary>
<param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
</member>
<member name="M:System.Deployment.Application.CompatibleFrameworkMissingException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.CompatibleFrameworkMissingException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
<param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture. </param>
<param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception. </param>
</member>
<member name="M:System.Deployment.Application.CompatibleFrameworkMissingException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.CompatibleFrameworkMissingException" /> class with serialized data.</summary>
<param name="info">The object that holds the serialized object data. </param>
<param name="context">The contextual information about the source or destination. </param>
</member>
<member name="M:System.Deployment.Application.DependentPlatformMissingException.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.DependentPlatformMissingException" /> class. </summary>
</member>
<member name="M:System.Deployment.Application.DependentPlatformMissingException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.DependentPlatformMissingException" /> class. </summary>
<param name="serializationInfo">The object that holds the serialized object data. </param>
<param name="streamingContext">The contextual information about the source or destination. </param>
</member>
<member name="M:System.Deployment.Application.DependentPlatformMissingException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.DependentPlatformMissingException" /> class with a specified message that describes the error.</summary>
<param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
</member>
<member name="M:System.Deployment.Application.DependentPlatformMissingException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.DependentPlatformMissingException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
<param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture. </param>
<param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception. </param>
</member>
<member name="M:System.Deployment.Application.DependentPlatformMissingException.#ctor(System.String,System.Uri)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.DependentPlatformMissingException" /> class. </summary>
<param name="message">The exception message.</param>
<param name="supportUrl">The URL to visit for product support information.</param>
</member>
<member name="M:System.Deployment.Application.DependentPlatformMissingException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Gets the object data.</summary>
<param name="info">The object that holds the serialized object data.</param>
<param name="context">The contextual information about the source or destination.</param>
</member>
<member name="M:System.Deployment.Application.DeploymentDownloadException.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.DeploymentDownloadException" /> class. </summary>
</member>
<member name="M:System.Deployment.Application.DeploymentDownloadException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.DeploymentDownloadException" /> class. </summary>
<param name="serializationInfo">The object that holds the serialized object data. </param>
<param name="streamingContext">The contextual information about the source or destination. </param>
</member>
<member name="M:System.Deployment.Application.DeploymentDownloadException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.DeploymentDownloadException" /> class with a message that describes the exception.</summary>
<param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
</member>
<member name="M:System.Deployment.Application.DeploymentDownloadException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.DeploymentDownloadException" /> class. </summary>
<param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture. </param>
<param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception. </param>
</member>
<member name="M:System.Deployment.Application.DeploymentException.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.DeploymentException" /> class. </summary>
</member>
<member name="M:System.Deployment.Application.DeploymentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.DeploymentException" /> class. </summary>
<param name="serializationInfo">Stores all the data needed to serialize or deserialize an object. This class cannot be inherited.</param>
<param name="streamingContext">Describes the source and destination of a given serialized stream, and provides an additional caller-defined context.</param>
</member>
<member name="M:System.Deployment.Application.DeploymentException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.DeploymentException" /> class. </summary>
<param name="message">Represents text as a series of Unicode characters.</param>
</member>
<member name="M:System.Deployment.Application.DeploymentException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.DeploymentException" /> class. </summary>
<param name="message">Represents text as a series of Unicode characters.</param>
<param name="innerException">Represents errors that occur during application execution.</param>
</member>
<member name="M:System.Deployment.Application.DeploymentException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Sets the <see cref="T:System.Runtime.Serialization.SerializationInfo" /> with information about the exception.</summary>
<param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo" /> that holds the serialized object data about the exception being thrown.</param>
<param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext" /> that contains contextual information about the source or destination.</param>
</member>
<member name="M:System.Deployment.Application.DeploymentServiceCom.#ctor">
<summary>Creates a new instance of <see cref="T:System.Deployment.Application.DeploymentServiceCom" />.</summary>
</member>
<member name="M:System.Deployment.Application.DeploymentServiceCom.ActivateApplicationExtension(System.String,System.String,System.String)">
<summary>Activates an application extension.</summary>
<param name="textualSubId">The internal ID of the deployment.</param>
<param name="deploymentProviderUrl">The URL of the deployment.</param>
<param name="targetAssociatedFile">The target file.</param>
</member>
<member name="M:System.Deployment.Application.DeploymentServiceCom.ActivateDeployment(System.String,System.Boolean)">
<summary>Starts the deployment on the client computer. </summary>
<param name="deploymentLocation">The location of the deployment manifest on disk.</param>
<param name="isShortcut">Whether <paramref name="deploymentLocation" /> is a shortcut, or the actual file.</param>
</member>
<member name="M:System.Deployment.Application.DeploymentServiceCom.ActivateDeploymentEx(System.String,System.Int32,System.Int32)">
<summary>Starts the deployment on the client computer.</summary>
<param name="deploymentLocation">The location of the deployment manifest.</param>
<param name="unsignedPolicy">The policy to use for unsigned applications.</param>
<param name="signedPolicy">The policy to use for signed applications.</param>
</member>
<member name="M:System.Deployment.Application.DeploymentServiceCom.CheckForDeploymentUpdate(System.String)">
<summary>Checks the update location to determine whether an updated version of this deployment exists.</summary>
<param name="textualSubId">An internal identifier for the deployment.</param>
</member>
<member name="M:System.Deployment.Application.DeploymentServiceCom.CleanOnlineAppCache">
<summary>Removes all online-only ClickOnce applications that are installed on a computer.</summary>
</member>
<member name="M:System.Deployment.Application.DeploymentServiceCom.EndServiceRightNow">
<summary>Stops a deployment update immediately. </summary>
</member>
<member name="M:System.Deployment.Application.DeploymentServiceCom.MaintainSubscription(System.String)">
<summary>Maintains the update subscription. </summary>
<param name="textualSubId">The internal ID of the deployment.</param>
</member>
<member name="M:System.Deployment.Application.InPlaceHostingManager.#ctor(System.Uri)">
<summary>Creates a new instance of <see cref="T:System.Deployment.Application.InPlaceHostingManager" /> to download and install the specified browser-hosted application.</summary>
<param name="deploymentManifest">A Uniform Resource Identifier (<see cref="T:System.Uri" />) to a ClickOnce application's deployment manifest.</param>
<exception cref="T:System.PlatformNotSupportedException">
<see cref="T:System.Deployment.Application.InPlaceHostingManager" /> can be used only in Windows XP or in later versions of the Windows operating system.</exception>
<exception cref="T:System.ArgumentNullException">Cannot pass <see langword="null" /> for the <paramref name="deploymentManifest" /> argument.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="deploymentManifest" /> uses a URI scheme that is not supported by ClickOnce.</exception>
</member>
<member name="M:System.Deployment.Application.InPlaceHostingManager.#ctor(System.Uri,System.Boolean)">
<summary>Creates a new instance of <see cref="T:System.Deployment.Application.InPlaceHostingManager" /> to download and install the specified application, which can be either a stand-alone Windows Forms-based application or an application hosted in a Web browser.</summary>
<param name="deploymentManifest">The Uniform Resource Identifier (URI) to the deployment manifest of the application that will be installed.</param>
<param name="launchInHostProcess">Whether this application will be run in a host, such as a Web browser. For a stand-alone application, set this value to <see langword="false" />.</param>
<exception cref="T:System.PlatformNotSupportedException">
<see cref="T:System.Deployment.Application.InPlaceHostingManager" /> can be used only in Windows XP or in later versions of the Windows operating system.</exception>
<exception cref="T:System.ArgumentNullException">Cannot pass <see langword="null" /> for the <paramref name="deploymentManifest" /> argument.</exception>
<exception cref="T:System.ArgumentException">
<paramref name="deploymentManifest" /> uses a URI scheme that is not supported by ClickOnce.</exception>
</member>
<member name="M:System.Deployment.Application.InPlaceHostingManager.AssertApplicationRequirements">
<summary>Determines whether the ClickOnce application has the appropriate permissions and platform dependencies to run on the local computer.</summary>
<exception cref="T:System.InvalidOperationException">Raised if this method is called before the <see cref="M:System.Deployment.Application.InPlaceHostingManager.GetManifestAsync" /> method.</exception>
</member>
<member name="M:System.Deployment.Application.InPlaceHostingManager.AssertApplicationRequirements(System.Boolean)">
<summary>Determines whether the ClickOnce application has the appropriate permissions and platform dependencies to run on the local computer.</summary>
<param name="grantApplicationTrust">If <see langword="true" />, the application will attempt to elevate its permissions to the required level.</param>
</member>
<member name="M:System.Deployment.Application.InPlaceHostingManager.CancelAsync">
<summary>Cancels an asynchronous download operation.</summary>
</member>
<member name="M:System.Deployment.Application.InPlaceHostingManager.Dispose">
<summary>Releases all resources used by the <see cref="T:System.Deployment.Application.InPlaceHostingManager" />. </summary>
</member>
<member name="M:System.Deployment.Application.InPlaceHostingManager.DownloadApplicationAsync">
<summary>Downloads an application update in the background.</summary>
<exception cref="T:System.InvalidOperationException">Raised if this method is called before the <see cref="M:System.Deployment.Application.InPlaceHostingManager.GetManifestAsync" /> and <see cref="M:System.Deployment.Application.InPlaceHostingManager.AssertApplicationRequirements" /> methods.</exception>
</member>
<member name="M:System.Deployment.Application.InPlaceHostingManager.Execute">
<summary>Launches the ClickOnce application, if and only if it is a Windows Presentation Foundation-based application running in a Web browser.</summary>
<returns>An <see cref="T:System.Runtime.Remoting.ObjectHandle" /> corresponding to the launched application.</returns>
</member>
<member name="M:System.Deployment.Application.InPlaceHostingManager.GetManifestAsync">
<summary>Downloads the deployment manifest of the ClickOnce application in the background, and raises an event when the operation has either completed or encountered an error.</summary>
</member>
<member name="M:System.Deployment.Application.InPlaceHostingManager.UninstallCustomAddIn(System.String)">
<summary>Removes a previously installed user-defined component of an application.</summary>
<param name="subscriptionId">A string that contains a subscription identifier, which indicates the add-in to remove.</param>
<exception cref="T:System.ArgumentException">
<paramref name="subscriptionId" /> is not a valid subscription identity, or does not include a name, public key token, processor architecture, and version number.</exception>
<exception cref="T:System.ArgumentNullException">
<paramref name="subscriptionId" /> is <see langword="null" />.</exception>
</member>
<member name="M:System.Deployment.Application.InPlaceHostingManager.UninstallCustomUXApplication(System.String)">
<summary>Removes a ClickOnce application that includes the <customUX> element.</summary>
<param name="subscriptionId">A string that contains a subscription identifier, which indicates the ClickOnce application to remove.</param>
</member>
<member name="M:System.Deployment.Application.InvalidDeploymentException.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.InvalidDeploymentException" /> class. </summary>
</member>
<member name="M:System.Deployment.Application.InvalidDeploymentException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.InvalidDeploymentException" /> class. </summary>
<param name="serializationInfo">The object that holds the serialized object data. </param>
<param name="streamingContext">The contextual information about the source or destination. </param>
</member>
<member name="M:System.Deployment.Application.InvalidDeploymentException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.InvalidDeploymentException" /> class with the specified message that describes the exception. </summary>
<param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
</member>
<member name="M:System.Deployment.Application.InvalidDeploymentException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.InvalidDeploymentException" /> class. </summary>
<param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture. </param>
<param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception. </param>
</member>
<member name="M:System.Deployment.Application.SupportedRuntimeMissingException.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.SupportedRuntimeMissingException" /> class with a system-supplied message that describes the error.</summary>
</member>
<member name="M:System.Deployment.Application.SupportedRuntimeMissingException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.SupportedRuntimeMissingException" /> class with serialized data.</summary>
<param name="serializationInfo">The object that holds the serialized object data. </param>
<param name="streamingContext">The contextual information about the source or destination. </param>
</member>
<member name="M:System.Deployment.Application.SupportedRuntimeMissingException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.SupportedRuntimeMissingException" /> class with a specified message that describes the error.</summary>
<param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
</member>
<member name="M:System.Deployment.Application.SupportedRuntimeMissingException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.SupportedRuntimeMissingException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
<param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture. </param>
<param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception. </param>
</member>
<member name="M:System.Deployment.Application.SupportedRuntimeMissingException.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.SupportedRuntimeMissingException" /> class with serialized data.</summary>
<param name="info">The object that holds the serialized object data. </param>
<param name="context">The contextual information about the source or destination. </param>
</member>
<member name="M:System.Deployment.Application.TrustNotGrantedException.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.TrustNotGrantedException" /> class with a system-supplied message that describes the error.</summary>
</member>
<member name="M:System.Deployment.Application.TrustNotGrantedException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.TrustNotGrantedException" /> class with serialized data.</summary>
<param name="serializationInfo">The object that holds the serialized object data. </param>
<param name="streamingContext">The contextual information about the source or destination. </param>
</member>
<member name="M:System.Deployment.Application.TrustNotGrantedException.#ctor(System.String)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.TrustNotGrantedException" /> class with a specified message that describes the error.</summary>
<param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture.</param>
</member>
<member name="M:System.Deployment.Application.TrustNotGrantedException.#ctor(System.String,System.Exception)">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Application.TrustNotGrantedException" /> class with a specified error message and a reference to the inner exception that is the cause of this exception.</summary>
<param name="message">The message that describes the exception. The caller of this constructor is required to ensure that this string has been localized for the current system culture. </param>
<param name="innerException">The exception that is the cause of the current exception. If the <paramref name="innerException" /> parameter is not <see langword="null" />, the current exception is raised in a <see langword="catch" /> block that handles the inner exception. </param>
</member>
<member name="M:System.Deployment.Internal.CodeSigning.RSAPKCS1SHA256SignatureDescription.#ctor">
<summary>Initializes a new instance of the <see cref="T:System.Deployment.Internal.CodeSigning.RSAPKCS1SHA256SignatureDescription" /> class.</summary>
</member>
<member name="M:System.Deployment.Internal.CodeSigning.RSAPKCS1SHA256SignatureDescription.CreateDeformatter(System.Security.Cryptography.AsymmetricAlgorithm)">
<summary>Creates an asymmetric signature deformatter instance that has the specified key.</summary>
<param name="key">The key to use in the deformatter. </param>
<returns>An asymmetric signature deformatter object.</returns>
</member>
<member name="M:System.Deployment.Internal.CodeSigning.RSAPKCS1SHA256SignatureDescription.CreateFormatter(System.Security.Cryptography.AsymmetricAlgorithm)">
<summary>Creates an asymmetric signature formatter instance that has the specified key.</summary>
<param name="key">The key to use in the formatter. </param>
<returns>An asymmetric signature formatter object.</returns>
</member>
<member name="P:System.Deployment.Application.ApplicationDeployment.ActivationUri">
<summary>Gets the URL used to launch the deployment manifest of the application. </summary>
<returns>A zero-length string if the TrustUrlParameters property in the deployment manifest is <see langword="false" />, or if the user has supplied a UNC to open the deployment or has opened it locally. Otherwise, the return value is the full URL used to launch the application, including any parameters.</returns>
</member>
<member name="P:System.Deployment.Application.ApplicationDeployment.CurrentDeployment">
<summary>Returns the current <see cref="T:System.Deployment.Application.ApplicationDeployment" /> for this deployment.</summary>
<returns>The current deployment.</returns>
<exception cref="T:System.Deployment.Application.InvalidDeploymentException">You attempted to call this static property from a non-ClickOnce application. </exception>
</member>
<member name="P:System.Deployment.Application.ApplicationDeployment.CurrentVersion">
<summary>Gets the version of the deployment for the current running instance of the application.</summary>
<returns>The current deployment version.</returns>
</member>
<member name="P:System.Deployment.Application.ApplicationDeployment.DataDirectory">
<summary>Gets the path to the ClickOnce data directory.</summary>
<returns>A string containing the path to the application's data directory on the local disk.</returns>
</member>
<member name="P:System.Deployment.Application.ApplicationDeployment.IsFirstRun">
<summary>Gets a value indicating whether this is the first time this application has run on the client computer. </summary>
<returns>
<see langword="true" /> if this version of the application has never run on the client computer before; otherwise, <see langword="false" />.</returns>
</member>
<member name="P:System.Deployment.Application.ApplicationDeployment.IsNetworkDeployed">
<summary>Gets a value indicating whether the current application is a ClickOnce application.</summary>
<returns>
<see langword="true" /> if this is a ClickOnce application; otherwise, <see langword="false" />.</returns>
</member>
<member name="P:System.Deployment.Application.ApplicationDeployment.TimeOfLastUpdateCheck">
<summary>Gets the date and the time ClickOnce last checked for an application update.</summary>
<returns>The <see cref="T:System.DateTime" /> of the last update check.</returns>
</member>
<member name="P:System.Deployment.Application.ApplicationDeployment.UpdatedApplicationFullName">
<summary>Gets the full name of the application after it has been updated.</summary>
<returns>A <see cref="T:System.String" /> that contains the full name of the application.</returns>
</member>
<member name="P:System.Deployment.Application.ApplicationDeployment.UpdatedVersion">
<summary>Gets the version of the update that was recently downloaded.</summary>
<returns>The <see cref="T:System.Version" /> describing the version of the update.</returns>
</member>
<member name="P:System.Deployment.Application.ApplicationDeployment.UpdateLocation">
<summary>Gets the Web site or file share from which this application updates itself.</summary>
<returns>The update path, expressed as an HTTP, HTTPS, or file URL; or as a Windows network file path (UNC).</returns>
</member>
<member name="P:System.Deployment.Application.CheckForUpdateCompletedEventArgs.AvailableVersion">
<summary>Gets the version number of the latest uninstalled version.</summary>
<returns>The <see cref="T:System.Version" /> expressing the major, minor, build and revision numbers of the latest version.</returns>
</member>
<member name="P:System.Deployment.Application.CheckForUpdateCompletedEventArgs.IsUpdateRequired">
<summary>Gets a value indicating whether the update must be installed. </summary>
<returns>
<see langword="true" /> if the update is required; otherwise, <see langword="false" />.</returns>
</member>
<member name="P:System.Deployment.Application.CheckForUpdateCompletedEventArgs.MinimumRequiredVersion">
<summary>Gets the minimum version that the user must have installed on the computer. </summary>
<returns>A <see cref="T:System.Version" /> object expressing the earliest version that all users must install.</returns>
</member>
<member name="P:System.Deployment.Application.CheckForUpdateCompletedEventArgs.UpdateAvailable">
<summary>Gets whether an uninstalled update is available.</summary>
<returns>
<see langword="true" /> if new version of the application is available; otherwise, <see langword="false" />.</returns>
</member>
<member name="P:System.Deployment.Application.CheckForUpdateCompletedEventArgs.UpdateSizeBytes">
<summary>Gets the size of the available update.</summary>
<returns>An <see cref="T:System.Int64" /> describing the size, in bytes, of the available update. If no update is available, returns 0. </returns>
</member>
<member name="P:System.Deployment.Application.CompatibleFramework.Profile">
<summary>Specifies the profile of the .NET Framework version where an application can install and run.</summary>
<returns>A string that represents the profile.</returns>
</member>
<member name="P:System.Deployment.Application.CompatibleFramework.SupportedRuntime">
<summary>Specifies the runtime version number of the .NET Framework where an application can install and run.</summary>
<returns>A string that represents the runtime version.</returns>
</member>
<member name="P:System.Deployment.Application.CompatibleFramework.TargetVersion">
<summary>Specifies the version of the .NET Framework where an application can install and run.</summary>
<returns>A string that represents the version.</returns>
</member>
<member name="P:System.Deployment.Application.CompatibleFrameworkMissingException.CompatibleFrameworks">
<summary>Gets a list of .NET Framework versions where this application can install and run.</summary>
<returns>A list of .NET Framework versions where this application can install and run.</returns>
</member>
<member name="P:System.Deployment.Application.CompatibleFrameworks.Frameworks">
<summary>Gets a list of .NET Framework versions on which this application can install and run.</summary>
<returns>A list of <see cref="T:System.Deployment.Application.CompatibleFramework" /> objects that specify the .NET Framework versions on which this application can install and run.</returns>
</member>
<member name="P:System.Deployment.Application.CompatibleFrameworks.SupportUrl">
<summary>Gets a <see cref="T:System.Uri" /> that provides the user with instructions for installing a version of the .NET Framework on which this application can install and run.</summary>
<returns>A <see cref="T:System.Uri" /> that provides the user with instructions for installing a version of the .NET Framework on which this application can install and run.</returns>
</member>
<member name="P:System.Deployment.Application.DependentPlatformMissingException.SupportUrl">
<summary>Gets a URI that indicates where support can be found for the problem encountered.</summary>
<returns>A URI that indicates where support can be found for the problem encountered.</returns>
</member>
<member name="P:System.Deployment.Application.DeploymentProgressChangedEventArgs.BytesCompleted">
<summary>Gets the number of bytes already downloaded by this operation.</summary>
<returns>An <see cref="T:System.Int64" /> representing the data already transferred, in bytes. </returns>
</member>
<member name="P:System.Deployment.Application.DeploymentProgressChangedEventArgs.BytesTotal">
<summary>Gets the total number of bytes in the download operation.</summary>
<returns>An <see cref="T:System.Int64" /> representing the total size of the download, in bytes.</returns>
</member>
<member name="P:System.Deployment.Application.DeploymentProgressChangedEventArgs.Group">
<summary>Gets the name of the file group being downloaded.</summary>
<returns>A <see cref="T:System.String" /> containing the name of the file group, if the event occurred as the result of a call to <see cref="Overload:System.Deployment.Application.ApplicationDeployment.DownloadFileGroupAsync" />; otherwise, a zero-length string. </returns>
</member>
<member name="P:System.Deployment.Application.DeploymentProgressChangedEventArgs.State">
<summary>Gets the action that the process is currently executing.</summary>
<returns>A <see cref="T:System.Deployment.Application.DeploymentProgressState" /> value, stating what element or elements the operation is currently downloading. </returns>
</member>
<member name="P:System.Deployment.Application.DownloadApplicationCompletedEventArgs.LogFilePath">
<summary>Gets the path of the ClickOnce log file. </summary>
<returns>The path of the ClickOnce log file.</returns>
</member>
<member name="P:System.Deployment.Application.DownloadApplicationCompletedEventArgs.ShortcutAppId">
<summary>Gets the contents of an .appref-ms file that can launch this ClickOnce application.</summary>
<returns>The contents of an .appref-ms file.</returns>
</member>
<member name="P:System.Deployment.Application.DownloadFileGroupCompletedEventArgs.Group">
<summary>Gets the name of the file group being downloaded.</summary>
<returns>A <see cref="T:System.String" /> representing the name of the file group.</returns>
</member>
<member name="P:System.Deployment.Application.DownloadProgressChangedEventArgs.BytesDownloaded">
<summary>Gets the number of bytes downloaded to the local computer.</summary>
<returns>An <see cref="T:System.Int64" /> representing the number of downloaded bytes. </returns>
</member>
<member name="P:System.Deployment.Application.DownloadProgressChangedEventArgs.State">
<summary>Gets the progress state of the download.</summary>
<returns>A <see cref="T:System.Deployment.Application.DeploymentProgressState" /> value describing which portion of the ClickOnce application is being downloaded.</returns>
</member>
<member name="P:System.Deployment.Application.DownloadProgressChangedEventArgs.TotalBytesToDownload">
<summary>Gets the total number of bytes for the download operation. </summary>
<returns>An <see cref="T:System.Int64" /> representing the total size of the download, in bytes.</returns>
</member>
<member name="P:System.Deployment.Application.GetManifestCompletedEventArgs.ActivationContext">
<summary>Gets the context for the current ClickOnce application.</summary>
<returns>An <see cref="T:System.ActivationContext" /> object representing the context for the current application.</returns>
</member>
<member name="P:System.Deployment.Application.GetManifestCompletedEventArgs.ApplicationIdentity">
<summary>Gets a description of the ClickOnce application. </summary>
<returns>An <see cref="T:System.ApplicationIdentity" /> object.</returns>
</member>
<member name="P:System.Deployment.Application.GetManifestCompletedEventArgs.ApplicationManifest">
<summary>Gets the ClickOnce application manifest for this deployment.</summary>
<returns>An <see cref="T:System.Xml.XmlReader" /> representing the application manifest.</returns>
</member>
<member name="P:System.Deployment.Application.GetManifestCompletedEventArgs.DeploymentManifest">
<summary>Gets the ClickOnce deployment manifest for this deployment.</summary>
<returns>An <see cref="T:System.Xml.XmlReader" /> representing the deployment manifest.</returns>
</member>
<member name="P:System.Deployment.Application.GetManifestCompletedEventArgs.IsCached">
<summary>Gets a value indicating whether this ClickOnce application is cached.</summary>
<returns>
<see langword="true" /> if the application is cached; otherwise, <see langword="false" />.</returns>
</member>
<member name="P:System.Deployment.Application.GetManifestCompletedEventArgs.LogFilePath">
<summary>Gets the location of the ClickOnce error log.</summary>
<returns>A <see cref="T:System.String" /> containing the location of the ClickOnce error log.</returns>
</member>
<member name="P:System.Deployment.Application.GetManifestCompletedEventArgs.ProductName">
<summary>Gets the name of the ClickOnce application.</summary>
<returns>A <see cref="T:System.String" /> representing the product name of the ClickOnce application, as stored in the assembly metadata of the application's main executable file.</returns>
</member>
<member name="P:System.Deployment.Application.GetManifestCompletedEventArgs.SubscriptionIdentity">
<summary>Gets a string identifying the subscription.</summary>
<returns>A string with information identifying the subscription.</returns>
</member>
<member name="P:System.Deployment.Application.GetManifestCompletedEventArgs.SupportUri">
<summary>Gets the location of a Web page users can visit to obtain product support for the ClickOnce application.</summary>
<returns>A <see cref="T:System.Uri" /> containing the value found in the supportUrl attribute of the deployment manifest's <description> tag. For more information, see ClickOnce Deployment Manifest.</returns>
</member>
<member name="P:System.Deployment.Application.GetManifestCompletedEventArgs.Version">
<summary>Gets the version of the update for the ClickOnce application.</summary>
<returns>A <see cref="T:System.Version" /> representing the version number contained within the downloaded manifest.</returns>
</member>
<member name="P:System.Deployment.Application.SupportedRuntimeMissingException.SupportedRuntimeVersion">
<summary>Gets the version of the runtime where this application can install and run.</summary>
<returns>A string that contains the runtime version number.</returns>
</member>
<member name="P:System.Deployment.Application.UpdateCheckInfo.AvailableVersion">
<summary>Gets the version number of the latest uninstalled version.</summary>
<returns>The <see cref="T:System.Version" /> expressing the major and minor build and revision numbers of the latest version.</returns>
</member>
<member name="P:System.Deployment.Application.UpdateCheckInfo.IsUpdateRequired">
<summary>Gets a value indicating whether the update must be installed. </summary>
<returns>
<see langword="true" /> if the update is required; otherwise, <see langword="false" />.</returns>
</member>
<member name="P:System.Deployment.Application.UpdateCheckInfo.MinimumRequiredVersion">
<summary>Gets the minimum version that the user must have installed on the computer.</summary>
<returns>A <see cref="T:System.Version" /> expressing the least version that the user must install.</returns>
<exception cref="T:System.InvalidOperationException">There is no new version available to install.</exception>
</member>
<member name="P:System.Deployment.Application.UpdateCheckInfo.UpdateAvailable">
<summary>Gets whether an uninstalled update is available.</summary>
<returns>
<see langword="true" /> if new version of the application is available; otherwise, <see langword="false" />.</returns>
</member>
<member name="P:System.Deployment.Application.UpdateCheckInfo.UpdateSizeBytes">
<summary>Gets the size of the available update.</summary>
<returns>An <see cref="T:System.Int64" /> describing the size, in bytes, of the available update. If no update is available, returns 0. </returns>
</member>
<member name="T:System.Deployment.Application.ApplicationDeployment">
<summary>Supports updates of the current deployment programmatically, and handles on-demand downloading of files. This class cannot be inherited.</summary>
</member>
<member name="T:System.Deployment.Application.CheckForUpdateCompletedEventArgs">
<summary>Represents detailed update information obtained through a call to <see cref="M:System.Deployment.Application.ApplicationDeployment.CheckForUpdateAsync" />.</summary>
</member>
<member name="T:System.Deployment.Application.CheckForUpdateCompletedEventHandler">
<summary>Represents the method that will handle the <see cref="E:System.Deployment.Application.ApplicationDeployment.CheckForUpdateCompleted" /> event of an <see cref="T:System.Deployment.Application.ApplicationDeployment" />. </summary>
<param name="sender">The source of the event.</param>
<param name="e">A <see cref="T:System.Deployment.Application.CheckForUpdateCompletedEventArgs" /> that contains the event data. </param>
</member>
<member name="T:System.Deployment.Application.CompatibleFramework">
<summary>Represents a version of the .NET Framework where an application can install and run.</summary>
</member>
<member name="T:System.Deployment.Application.CompatibleFrameworkMissingException">
<summary>This exception is thrown when a version of the .NET Framework that is compatible with this application cannot be found.</summary>
</member>
<member name="T:System.Deployment.Application.CompatibleFrameworks">
<summary>Provides details about versions of the .NET Framework on which this application can install and run.</summary>
</member>
<member name="T:System.Deployment.Application.DependentPlatformMissingException">
<summary>The exception that is thrown when the platform dependency is not found during activation of the ClickOnce deployment and the deployment will not run.</summary>
</member>
<member name="T:System.Deployment.Application.DeploymentDownloadException">
<summary>Indicates that there was an error downloading either the ClickOnce manifests or the deployment's files to the client computer. </summary>
</member>
<member name="T:System.Deployment.Application.DeploymentException">
<summary>Defines a base class for all deployment-related exceptions.</summary>
</member>
<member name="T:System.Deployment.Application.DeploymentProgressChangedEventArgs">
<summary>Represents progress data reported in an asynchronous operation.</summary>
</member>
<member name="T:System.Deployment.Application.DeploymentProgressChangedEventHandler">
<summary>Represents the method that will handle the <see cref="E:System.Deployment.Application.ApplicationDeployment.CheckForUpdateProgressChanged" /> event, <see cref="E:System.Deployment.Application.ApplicationDeployment.UpdateProgressChanged" /> event, or <see cref="E:System.Deployment.Application.ApplicationDeployment.DownloadFileGroupProgressChanged" /> event of an <see cref="T:System.Deployment.Application.ApplicationDeployment" />. </summary>
<param name="sender">The source of the event. </param>
<param name="e">A <see cref="T:System.Deployment.Application.DeploymentProgressChangedEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Deployment.Application.DeploymentProgressState">
<summary>Specifies the current stage of a ClickOnce download operation.</summary>
</member>
<member name="F:System.Deployment.Application.DeploymentProgressState.DownloadingDeploymentInformation">
<summary>
ClickOnce is downloading the deployment manifest.</summary>
</member>
<member name="F:System.Deployment.Application.DeploymentProgressState.DownloadingApplicationInformation">
<summary>
ClickOnce is downloading the application manifest.</summary>
</member>
<member name="F:System.Deployment.Application.DeploymentProgressState.DownloadingApplicationFiles">
<summary>
ClickOnce is downloading the DLLs and data files that comprised the application.</summary>
</member>
<member name="T:System.Deployment.Application.DeploymentServiceCom">
<summary>Provides internal services for the ClickOnce deployment API. </summary>
</member>
<member name="T:System.Deployment.Application.DownloadApplicationCompletedEventArgs">
<summary>Provides data for the <see cref="E:System.Deployment.Application.InPlaceHostingManager.DownloadApplicationCompleted" /> event. </summary>
</member>
<member name="T:System.Deployment.Application.DownloadFileGroupCompletedEventArgs">
<summary>Describes a file download that has recently completed. </summary>
</member>
<member name="T:System.Deployment.Application.DownloadFileGroupCompletedEventHandler">
<summary>Represents the method that will handle the <see cref="E:System.Deployment.Application.ApplicationDeployment.DownloadFileGroupCompleted" /> event of an <see cref="T:System.Deployment.Application.ApplicationDeployment" />. </summary>
<param name="sender">The source of the event. </param>
<param name="e">A <see cref="T:System.Deployment.Application.DownloadFileGroupCompletedEventArgs" /> that contains the event data.</param>
</member>
<member name="T:System.Deployment.Application.DownloadProgressChangedEventArgs">
<summary>Provides data for the <see cref="E:System.Deployment.Application.InPlaceHostingManager.DownloadProgressChanged" /> event. </summary>
</member>
<member name="T:System.Deployment.Application.GetManifestCompletedEventArgs">
<summary>Provides data for the <see cref="E:System.Deployment.Application.InPlaceHostingManager.GetManifestCompleted" /> event of <see cref="T:System.Deployment.Application.InPlaceHostingManager" />.</summary>
</member>
<member name="T:System.Deployment.Application.InPlaceHostingManager">
<summary>Install or update a ClickOnce deployment on a computer.</summary>
</member>
<member name="T:System.Deployment.Application.InvalidDeploymentException">
<summary>Indicates that ClickOnce could not read either the deployment or application manifests.</summary>
</member>
<member name="T:System.Deployment.Application.SupportedRuntimeMissingException">
<summary>This exception is thrown when a runtime version that is compatible with this application cannot be found.</summary>
</member>
<member name="T:System.Deployment.Application.TrustNotGrantedException">
<summary>Indicates that the application does not have the appropriate level of trust to run on the local computer.</summary>
</member>
<member name="T:System.Deployment.Application.UpdateCheckInfo">
<summary>Represents detailed update information obtained through a call to <see cref="M:System.Deployment.Application.ApplicationDeployment.CheckForDetailedUpdate" />.</summary>
</member>
<member name="T:System.Deployment.Internal.CodeSigning.RSAPKCS1SHA256SignatureDescription">
<summary>Creates <see cref="T:System.Security.Cryptography.RSAPKCS1SignatureFormatter" /> and <see cref="T:System.Security.Cryptography.RSAPKCS1SignatureDeformatter" /> objects.</summary>
</member>
</members>
</doc>
|