WebPartManagerInternals::CreateObjectFromType Method (Type^)
.NET Framework (current version)
Creates an object based on the parameter passed to the method.
Assembly: System.Web (in System.Web.dll)
Parameters
- type
-
Type:
System::Type^
The Type of the object to create.
The method uses the CodeGenerator class to create the type, an alternative that offers better performance than using the CreateInstance method.
.NET Framework
Available since 2.0
Available since 2.0
Show: