次の方法で共有


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)

で指定されたインスタンスをRelatedAssemblyAttribute取得Assemblyします。

適用対象