Click or drag to resize

AssemblyFacilityIdentifierAttributeFromAssembly Method

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

Gets an AssemblyFacilityIdentifierAttribute located in the specified assembly.

Namespace:  NerdyDuck.CodedExceptions
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public static AssemblyFacilityIdentifierAttribute FromAssembly(
	Assembly assembly
)
View Source

Parameters

assembly
Type: System.ReflectionAssembly
The assembly to retrieve the AssemblyFacilityIdentifierAttribute from.

Return Value

Type: AssemblyFacilityIdentifierAttribute
An AssemblyFacilityIdentifierAttribute, or , if no matching attribute is found in the assembly.
Exceptions
ExceptionCondition
ArgumentNullExceptionassembly is .
See Also