Click or drag to resize

AssemblyIdentity Constructor (Assembly, AssemblyIdentityAssemblyNameElements)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the AssemblyIdentity class with the specified Assembly.

Namespace:  NerdyDuck.CodedExceptions.Configuration
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public AssemblyIdentity(
	Assembly assembly,
	AssemblyIdentityAssemblyNameElements assemblyNameElements
)
View Source

Parameters

assembly
Type: System.ReflectionAssembly
The assembly to create an identity from.
assemblyNameElements
Type: NerdyDuck.CodedExceptions.ConfigurationAssemblyIdentityAssemblyNameElements
A combination of AssemblyIdentityAssemblyNameElements values indicating which properties of the AssemblyName to copy.
Exceptions
ExceptionCondition
ArgumentNullExceptionassembly is .
See Also