AssemblyNameExtensions.GetBindingIdentity Method (IAssemblyName) |
Gets the binding identity of an assembly represented by an IAssemblyName.
Namespace: PostSharp.Sdk.CodeModel
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static string GetBindingIdentity( this IAssemblyName assemblyName )
Parameters
- assemblyName
- Type: IAssemblyName
An assembly name.
Return Value
Type: StringThe binding identity of assemblyName.