AssemblyNameWrapper Class |
Wraps an AssemblyName into 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 sealed class AssemblyNameWrapper : IAssemblyName
The AssemblyNameWrapper type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetPublicKey | ||
GetPublicKeyToken | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetWrapper(Assembly) |
Gets an AssemblyName for an Assembly.
| |
GetWrapper(Assembly, Boolean) |
Gets an AssemblyName for an Assembly.
| |
GetWrapper(String, BindingContext) |
Gets an AssemblyName for an assembly given as a String containing its full name.
| |
GetWrapper(AssemblyName, BindingContext, Boolean) |
Gets an AssemblyName for an assembly given as an AssemblyName.
| |
ToString | Returns a string that represents the current object. (Overrides Object.ToString().) |
Name | Description | |
---|---|---|
DefinitionMatchesReferenceResolved | (Defined by CompareExtensions.) | |
Equals | (Defined by AssemblyNameExtensions.) | |
EvaluateAssemblyMatchResolved | (Defined by CompareExtensions.) | |
GetBindingIdentity |
Gets the binding identity of an assembly represented by an IAssemblyName.
(Defined by AssemblyNameExtensions.) | |
GetFullName |
Gets the full name of an assembly.
(Defined by AssemblyNameExtensions.) | |
GetReferenceName |
Returns a string that can be passed to Load(AssemblyName) (Defined by AssemblyNameExtensions.) | |
SetBindingContext | (Defined by AssemblyNameExtensions.) | |
SetRetargetable | (Defined by AssemblyNameExtensions.) | |
ToAssemblyIdentity(String, Guid, FrameworkName) | Overloaded. (Defined by AssemblyNameExtensions.) | |
ToAssemblyIdentity(String, Guid, FrameworkName, Boolean) | Overloaded. (Defined by AssemblyNameExtensions.) | |
ToAssemblyName |
Converts an IAssemblyName into an AssemblyName.
(Defined by AssemblyNameExtensions.) |