Ανάγνωση στα Αγγλικά

Κοινή χρήση μέσω


LoadInSeparateAppDomainAttribute Class

Definition

This attribute is used to mark tasks that need to be run in their own app domains. The build engine will create a new app domain each time it needs to run such a task, and immediately unload it when the task is finished.

C#
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false, Inherited=true)]
public sealed class LoadInSeparateAppDomainAttribute : Attribute
Inheritance
LoadInSeparateAppDomainAttribute
Attributes

Constructors

LoadInSeparateAppDomainAttribute()

Default constructor.

Applies to

Προϊόν Εκδόσεις
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1