GenerateBootstrapper.CopyComponents Property

Definition

Gets or sets a Boolean value that indicates whether the bootstrapper copies all output files to the path specified in the OutputPath property.

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

public bool CopyComponents { get; set; }
public bool CopyComponents { [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] get; [System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")] set; }

Property Value

true if the bootstrapper should copy all output files to the path specified in the OutputPath property; otherwise, false.

Attributes

Remarks

The default value of this parameter is true.

Applies to