AssemblyNameExtensions.GetBindingIdentity Method (String, Version, String, Byte[], AssemblyProcessorArchitecture, Boolean) |
Namespace: PostSharp.Sdk.CodeModel
Assembly: PostSharp.Compiler.Engine (in PostSharp.Compiler.Engine.dll) Version: 2023.0.3.0 (2023.0.3.0)
public static string GetBindingIdentity( string name, Version version, string culture, byte[] publicKeyToken, AssemblyProcessorArchitecture processorArchitecture, bool isRetargetable )
Parameters
- name
- Type: System.String
Name. - version
- Type: System.Version
Version. - culture
- Type: System.String
Culture (null for neutral). - publicKeyToken
- Type: System.Byte[]
Public key token. - processorArchitecture
- Type: AssemblyProcessorArchitecture
Processor architecture. - isRetargetable
- Type: System.Boolean
[Missing <param name="isRetargetable"/> documentation for "M:PostSharp.Sdk.CodeModel.AssemblyNameExtensions.GetBindingIdentity(System.String,System.Version,System.String,System.Byte[],PostSharp.Reflection.AssemblyProcessorArchitecture,System.Boolean)"]
Return Value
Type: StringThe binding identity string.