AssemblyBuilder::GenerateTypeFactory Method (String^)
.NET Framework (current version)
Inserts a fast object factory template for a type into the compiled assembly.
Assembly: System.Web (in System.Web.dll)
Parameters
- typeName
-
Type:
System::String^
The name of the type to generate.
A BuildProvider implementation calls the GenerateTypeFactory method to optimize performance for frequent creations of type instances.
.NET Framework
Available since 2.0
Available since 2.0
Show: