共用方式為


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

適用於