GenerateManifestBase.AddAssemblyNameFromItem Method
.NET Framework 4.5
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Adds an assembly reference to the manifest, based on the specified item and the assembly reference type.
Namespace: Microsoft.Build.Tasks
Assembly: Microsoft.Build.Tasks.v4.0 (in Microsoft.Build.Tasks.v4.0.dll)
protected internal AssemblyReference AddAssemblyNameFromItem( ITaskItem item, AssemblyReferenceType referenceType )
Parameters
- item
- Type: Microsoft.Build.Framework.ITaskItem
The item from which to create an assembly reference to add to the manifest.
- referenceType
- Type: Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceType
The assembly reference type.
Return Value
Type: Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceThe assembly reference that was added to the manifest.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.