Share via


AssemblyPart Classe

Definição

Um ApplicationPart apoiado por um 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
Herança
AssemblyPart
Implementações

Construtores

AssemblyPart(Assembly)

Inicializa uma nova instância AssemblyPart.

Propriedades

Assembly

Obtém o Assembly do ApplicationPart.

Name

Obtém o nome do ApplicationPart.

Types

Obtém a lista de tipos disponíveis no ApplicationPart.

Métodos

GetReferencePaths()

Obtém caminhos de referência usados para executar a compilação de runtime.

Métodos de Extensão

GetReferencePaths(AssemblyPart)

Um ApplicationPart apoiado por um Assembly.

Aplica-se a