AssemblyPart Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Eine ApplicationPart , die von einem Assemblyunterstützt wird.
public ref class AssemblyPart : Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPart, Microsoft::AspNetCore::Mvc::ApplicationParts::IApplicationPartTypeProvider, Microsoft::AspNetCore::Mvc::ApplicationParts::ICompilationReferencesProvider
public ref class AssemblyPart : Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPart, Microsoft::AspNetCore::Mvc::ApplicationParts::IApplicationPartTypeProvider
public class AssemblyPart : Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart, Microsoft.AspNetCore.Mvc.ApplicationParts.IApplicationPartTypeProvider, Microsoft.AspNetCore.Mvc.ApplicationParts.ICompilationReferencesProvider
public class AssemblyPart : Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart, Microsoft.AspNetCore.Mvc.ApplicationParts.IApplicationPartTypeProvider
type AssemblyPart = class
inherit ApplicationPart
interface IApplicationPartTypeProvider
interface ICompilationReferencesProvider
type AssemblyPart = class
inherit ApplicationPart
interface IApplicationPartTypeProvider
Public Class AssemblyPart
Inherits ApplicationPart
Implements IApplicationPartTypeProvider, ICompilationReferencesProvider
Public Class AssemblyPart
Inherits ApplicationPart
Implements IApplicationPartTypeProvider
- Vererbung
- Implementiert
Konstruktoren
| AssemblyPart(Assembly) |
Initialisiert eine neue Instanz von AssemblyPart. |
Eigenschaften
| Assembly |
Ruft den Assembly von ApplicationPart ab. |
| Name |
Ruft den Namen von ApplicationPart ab. |
| Types |
Ruft die Liste der verfügbaren Typen in ab ApplicationPart. |
Methoden
| GetReferencePaths() |
Ruft Verweispfade ab, die zum Ausführen der Laufzeitkompilierung verwendet werden. |
Erweiterungsmethoden
| GetReferencePaths(AssemblyPart) |
Eine ApplicationPart , die von einem Assemblyunterstützt wird. |