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 指定的實例。 |