AssemblyPart Class 
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An ApplicationPart backed by an Assembly.
public ref class AssemblyPart : Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPart, Microsoft::AspNetCore::Mvc::ApplicationParts::IApplicationPartTypeProvider, Microsoft::AspNetCore::Mvc::ApplicationParts::ICompilationReferencesProviderpublic ref class AssemblyPart : Microsoft::AspNetCore::Mvc::ApplicationParts::ApplicationPart, Microsoft::AspNetCore::Mvc::ApplicationParts::IApplicationPartTypeProviderpublic class AssemblyPart : Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart, Microsoft.AspNetCore.Mvc.ApplicationParts.IApplicationPartTypeProvider, Microsoft.AspNetCore.Mvc.ApplicationParts.ICompilationReferencesProviderpublic class AssemblyPart : Microsoft.AspNetCore.Mvc.ApplicationParts.ApplicationPart, Microsoft.AspNetCore.Mvc.ApplicationParts.IApplicationPartTypeProvidertype AssemblyPart = class
    inherit ApplicationPart
    interface IApplicationPartTypeProvider
    interface ICompilationReferencesProvidertype AssemblyPart = class
    inherit ApplicationPart
    interface IApplicationPartTypeProviderPublic Class AssemblyPart
Inherits ApplicationPart
Implements IApplicationPartTypeProvider, ICompilationReferencesProviderPublic Class AssemblyPart
Inherits ApplicationPart
Implements IApplicationPartTypeProvider- Inheritance
- Implements
Constructors
| AssemblyPart(Assembly) | Initializes a new AssemblyPart instance. | 
Properties
| Assembly | Gets the Assembly of the ApplicationPart. | 
| Name | Gets the name of the ApplicationPart. | 
| Types | Gets the list of available types in the ApplicationPart. | 
Methods
| GetReferencePaths() | Gets reference paths used to perform runtime compilation. | 
Extension Methods
| GetReferencePaths(AssemblyPart) |