Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Returns the reference assembly paths of the various frameworks.
Parameters
The following table describes the parameters of the GetReferenceAssemblyPaths task.
| Parameter | Description | 
|---|---|
| ReferenceAssemblyPaths | Optional String[]output parameter.Returns the path, based on the TargetFrameworkMonikerparameter. If theTargetFrameworkMonikeris null or empty, this path will beString.Empty. | 
| FullFrameworkReferenceAssemblyPaths | Optional String[]output parameter.Returns the path, based on the TargetFrameworkMonikerparameter, without considering the profile part of the moniker. If theTargetFrameworkMonikeris null or empty, this path will beString.Empty. | 
| TargetFrameworkMoniker | Optional Stringparameter.Specifies the target framework moniker that is associated with the reference assembly paths. | 
| RootPath | Optional Stringparameter.Specifies the root path to use to generate the reference assembly path. | 
| BypassFrameworkInstallChecks | Optional Boolean parameter. If true, bypasses the basic checks thatGetReferenceAssemblyPathsperforms by default to ensure that certain runtime frameworks are installed, depending on the target framework. | 
| TargetFrameworkMonikerDisplayName | Optional Stringoutput parameter.Specifies the display name for the target framework moniker. | 
Remarks
In addition to having the parameters that are listed in the table, this task inherits parameters from the TaskExtension class, which itself inherits from the Task class. For a list of these additional parameters and their descriptions, see TaskExtension base class.