ClientBuildManager.CreateObject(Type, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée un objet dans le domaine d'application du runtime ASP.NET.
public:
System::Web::Hosting::IRegisteredObject ^ CreateObject(Type ^ type, bool failIfExists);
public System.Web.Hosting.IRegisteredObject CreateObject (Type type, bool failIfExists);
member this.CreateObject : Type * bool -> System.Web.Hosting.IRegisteredObject
Public Function CreateObject (type As Type, failIfExists As Boolean) As IRegisteredObject
Paramètres
- type
- Type
Type d'objet à créer.
- failIfExists
- Boolean
true
pour lever une exception si l'objet a déjà été créé dans le domaine d'application du runtime ASP.NET ; sinon, false
.
Retours
Objet dans le domaine d'application du runtime ASP.NET.
Exceptions
type
a la valeur null
.
L'objet existe déjà dans le domaine d'application et failIfExists
a la valeur true
.