ApplicationManager.CreateObject Method
.NET Framework 4
Creates an object for the specified application domain and object type.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description | |
|---|---|---|
|
CreateObject(IApplicationHost, Type) | Creates an object for the specified application domain, based on type. |
|
CreateObject(String, Type, String, String, Boolean) | Creates an object for the specified application domain based on type, virtual and physical paths, and a Boolean value indicating failure behavior when an object of the specified type already exists. |
|
CreateObject(String, Type, String, String, Boolean, Boolean) | Creates an object for the specified application domain based on type, virtual and physical paths, a Boolean value indicating failure behavior when an object of the specified type already exists, and a Boolean value indicating whether hosting initialization error exceptions are thrown. |