ApplicationManager.CreateObject Method
.NET Framework 2.0
Creates an object for the specified application domain.
| Name | Description |
|---|---|
| ApplicationManager.CreateObject (IApplicationHost, Type) | |
| ApplicationManager.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.
|
| ApplicationManager.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.
|