AssemblyNameWrapper Methods |
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.) |