RelatedAssemblyAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies a assembly to load as part of MVC's assembly discovery mechanism.
public ref class RelatedAssemblyAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)]
public sealed class RelatedAssemblyAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Assembly, AllowMultiple=true)>]
type RelatedAssemblyAttribute = class
inherit Attribute
Public NotInheritable Class RelatedAssemblyAttribute
Inherits Attribute
- Inheritance
-
RelatedAssemblyAttribute
- Attributes
Constructors
RelatedAssemblyAttribute(String) |
Initializes a new instance of RelatedAssemblyAttribute. |
Properties
AssemblyFileName |
Gets the assembly file name without extension. |
Methods
GetRelatedAssemblies(Assembly, Boolean) |
Gets Assembly instances specified by RelatedAssemblyAttribute. |