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) |
で指定されたインスタンスをRelatedAssemblyAttribute取得Assemblyします。 |