This documentation is archived and is not being maintained.
AssemblyIdentity Class
Visual Studio 2010
Specifies the identity of an assembly.
Assembly: Microsoft.Build.Tasks.v4.0 (in Microsoft.Build.Tasks.v4.0.dll)
The AssemblyIdentity type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AssemblyIdentity() | Initializes a new instance of the AssemblyIdentity class. |
![]() | AssemblyIdentity(AssemblyIdentity) | Initializes a new instance of the AssemblyIdentity class. |
![]() | AssemblyIdentity(String) | Initializes a new instance of the AssemblyIdentity class. |
![]() | AssemblyIdentity(String, String) | Initializes a new instance of the AssemblyIdentity class. |
![]() | AssemblyIdentity(String, String, String, String) | Initializes a new instance of the AssemblyIdentity class. |
![]() | AssemblyIdentity(String, String, String, String, String) | Initializes a new instance of the AssemblyIdentity class. |
![]() | AssemblyIdentity(String, String, String, String, String, String) | Initializes a new instance of the AssemblyIdentity class. |
| Name | Description | |
|---|---|---|
![]() | Culture | Gets or sets the culture of the assembly. |
![]() | IsFrameworkAssembly | Returns True if this assembly is part of the .NET Framework. |
![]() | IsNeutralPlatform | Gets a value indicating whether the assembly identity represents a neutral platform assembly. |
![]() | IsStrongName | Gets a value indicating whether the assembly identity is a strong name. |
![]() | Name | Gets or sets the simple name of the assembly. |
![]() | ProcessorArchitecture | Gets or sets the processor architecture of the assembly. |
![]() | PublicKeyToken | Gets or sets the public key token of the assembly, which is the last 8 bytes of the SHA-1 hash of the public key under which the assembly is signed. |
![]() | Type | Gets or sets the type attribute of the assembly. |
![]() | Version | Gets or sets the version of the assembly. |
![]() | XmlCulture | Infrastructure. Get or sets a property that is used to serialize the Culture property to an XML file. |
![]() | XmlName | Infrastructure. Get or sets a property that is used to serialize the Name property to an XML file. |
![]() | XmlProcessorArchitecture | Infrastructure. Get or sets a property that is used to serialize the ProcessorArchitecture property to an XML file. |
![]() | XmlPublicKeyToken | Infrastructure. Get or sets a property that is used to serialize the PublicKeyToken property to an XML file. |
![]() | XmlType | Infrastructure. Get or sets a property that is used to serialize the Type property to an XML file. |
![]() | XmlVersion | Infrastructure. Get or sets a property that is used to serialize the Version property to an XML file. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | FromAssemblyName | Parses string to obtain an assembly identity. Returns null if identity could not be obtained. |
![]() ![]() | FromFile | Obtains identity of the specified assembly. File can be a PE with an embedded xml manifest, a stand-alone xml manifest file, or a .NET assembly. Returns null if identity could not be obtained. |
![]() ![]() | FromManagedAssembly | Obtains identity of the specified .NET assembly. File must be a .NET assembly. Returns null if identity could not be obtained. |
![]() ![]() | FromManifest | Obtains identity of the specified manifest file. File must be a standalone XML manifest file. Returns null if identity could not be obtained. |
![]() ![]() | FromNativeAssembly | Obtains identity of the specified native assembly. File must be either a PE with an embedded XML manifest, or a stand-alone XML manifest file. Returns NULL if identity could not be obtained. |
![]() | GetFullName | Returns the full name of the assembly. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the full ClickOnce assembly identity. (Overrides Object::ToString().) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
