RelatedAssemblyAttribute 类

定义

指定要作为 MVC 程序集发现机制的一部分加载的程序集。

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
继承
RelatedAssemblyAttribute
属性

构造函数

RelatedAssemblyAttribute(String)

初始化 RelatedAssemblyAttribute 的新实例。

属性

AssemblyFileName

获取不带扩展名的程序集文件名。

方法

GetRelatedAssemblies(Assembly, Boolean)

获取 AssemblyRelatedAssemblyAttribute指定的实例。

适用于