MarkupCompilePass1.AlwaysCompileMarkupFilesInSeparateDomain Property

Definition

Gets or sets a value that indicates whether to run the compilation in second application domain.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property bool AlwaysCompileMarkupFilesInSeparateDomain { bool get(); void set(bool value); };
public bool AlwaysCompileMarkupFilesInSeparateDomain { get; set; }
member this.AlwaysCompileMarkupFilesInSeparateDomain : bool with get, set
Public Property AlwaysCompileMarkupFilesInSeparateDomain As Boolean

Property Value

true to run the compilation in second application domain; otherwise, false.

Remarks

Setting this property to false results in faster compilation.

Applies to