Compartir a través de


AssemblyPart Clase

Definición

Un ApplicationPart respaldado por un objeto Assembly.

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
Herencia
AssemblyPart
Implementaciones

Constructores

AssemblyPart(Assembly)

Inicializa una nueva instancia de AssemblyPart.

Propiedades

Assembly

Obtiene Assembly de ApplicationPart.

Name

Obtiene el nombre de ApplicationPart.

Types

Obtiene la lista de tipos disponibles en .ApplicationPart

Métodos

GetReferencePaths()

Obtiene las rutas de acceso de referencia usadas para realizar la compilación en tiempo de ejecución.

Métodos de extensión

GetReferencePaths(AssemblyPart)

Un ApplicationPart respaldado por un objeto Assembly.

Se aplica a