AssemblyIdentity.FullNameFlags Enumeration
.NET Framework 2.0
Note: This enumeration is new in the .NET Framework version 2.0.
This class represents the attributes that the GetFullName function returns.
Assembly: Microsoft.Build.Tasks (in microsoft.build.tasks.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.Build.Tasks.Deployment.ManifestUtilitiesAssembly: Microsoft.Build.Tasks (in microsoft.build.tasks.dll)
| Member name | Description | |
|---|---|---|
| All | Include all attributes. | |
| Default | Include the Name, Version, Culture, and PublicKeyToken attributes. | |
| ProcessorArchitecture | Include the Name, Version, Culture, PublicKeyToken, and ProcessorArchitecture attributes. | |
| Type | Include the Name, Version, Culture, PublicKeyToken, and Type attributes. |
Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Community Additions
ADD
Show: