AssemblyNameExtensions Class |
Extension methods for the IAssemblyName interface.
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 class AssemblyNameExtensions
The AssemblyNameExtensions type exposes the following members.
Name | Description | |
---|---|---|
Equals | ||
GetBindingIdentity(IAssemblyName) |
Gets the binding identity of an assembly represented by an IAssemblyName.
| |
GetBindingIdentity(String, Version, String, Byte[], AssemblyProcessorArchitecture, Boolean) |
Gets the binding identity string given its parts.
| |
GetFullName |
Gets the full name of an assembly.
| |
GetReferenceName |
Returns a string that can be passed to Load(AssemblyName) | |
SetBindingContext(IAssemblyName, BindingContext) | ||
SetBindingContext(IAssemblyIdentity, BindingContext) | ||
SetRetargetable | ||
ToAssemblyIdentity(IAssemblyName, String, Guid, FrameworkName) | Obsolete. | |
ToAssemblyIdentity(IAssemblyName, String, Guid, FrameworkName, Boolean) | ||
ToAssemblyName |
Converts an IAssemblyName into an AssemblyName.
|