AssemblyBuilder.GetType(String, Boolean, 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.
Obtient le type spécifié parmi les types définis et créés dans le AssemblyBuilder actuel.
public:
override Type ^ GetType(System::String ^ name, bool throwOnError, bool ignoreCase);
public override Type? GetType (string name, bool throwOnError, bool ignoreCase);
public override Type GetType (string name, bool throwOnError, bool ignoreCase);
override this.GetType : string * bool * bool -> Type
Public Overrides Function GetType (name As String, throwOnError As Boolean, ignoreCase As Boolean) As Type
Paramètres
- name
- String
Nom du type à rechercher.
- throwOnError
- Boolean
true
pour lever une exception si le type est introuvable ; sinon, false
.
- ignoreCase
- Boolean
true
pour ignorer la casse du nom du type lors de la recherche ; sinon, false
.
Retours
Le type spécifié, ou null
si le type est introuvable ou n’a pas encore été créé.
Remarques
Un type est introuvable tant qu’il n’a pas été créé en appelant la CreateType méthode .