AssemblyPart(Assembly) Constructor
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.
Initializes a new AssemblyPart instance.
public:
AssemblyPart(System::Reflection::Assembly ^ assembly);
public AssemblyPart (System.Reflection.Assembly assembly);
new Microsoft.AspNetCore.Mvc.ApplicationParts.AssemblyPart : System.Reflection.Assembly -> Microsoft.AspNetCore.Mvc.ApplicationParts.AssemblyPart
Public Sub New (assembly As Assembly)