AssemblyIdAttribute Class |
Assigns a unique identifier to an assembly. This assembly identifier is used
to generate unique attribute identifiers.

Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 6.4.3.0 (6.4.3.0)

C#
public sealed class AssemblyIdAttribute : Attribute
The AssemblyIdAttribute type exposes the following members.

Name | Description | |
---|---|---|
![]() | AssemblyIdAttribute |
Initializes a new AssemblyIdAttribute.
|

Name | Description | |
---|---|---|
![]() | AssemblyId |
Gets the assembly id.
|

By default, the assembly identifier is computed from the module name
(by using the first 4 bytes of the MD5 sum of the module name).
