RelatedAssemblyAttribute Třída
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Určuje sestavení, které se má načíst jako součást mechanismu zjišťování sestavení 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
- Dědičnost
-
RelatedAssemblyAttribute
- Atributy
Konstruktory
RelatedAssemblyAttribute(String) |
Inicializuje novou instanci .RelatedAssemblyAttribute |
Vlastnosti
AssemblyFileName |
Získá název souboru sestavení bez přípony. |
Metody
GetRelatedAssemblies(Assembly, Boolean) |
Získá Assembly instance určené parametrem RelatedAssemblyAttribute. |