RelatedAssemblyAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
指定要作为 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) |
获取 Assembly 由 RelatedAssemblyAttribute指定的实例。 |