SfcRegistration.GetObjectTypeFromFullName 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.
Surcharges
| Nom | Description |
|---|---|
| GetObjectTypeFromFullName(String) |
Obtenez un type .Net complet à partir du nom de type complet Si l’assembly n’est pas inscrit, l’exception est levée. |
| GetObjectTypeFromFullName(String, Boolean) |
Obtenez un type .Net complet à partir du nom de type complet Si l’assembly n’est pas inscrit, l’exception est levée. |
GetObjectTypeFromFullName(String)
Obtenez un type .Net complet à partir du nom de type complet Si l’assembly n’est pas inscrit, l’exception est levée.
public static Type GetObjectTypeFromFullName(string fullTypeName);
static member GetObjectTypeFromFullName : string -> Type
Public Shared Function GetObjectTypeFromFullName (fullTypeName As String) As Type
Paramètres
- fullTypeName
- String
Retours
S’applique à
GetObjectTypeFromFullName(String, Boolean)
Obtenez un type .Net complet à partir du nom de type complet Si l’assembly n’est pas inscrit, l’exception est levée.
public static Type GetObjectTypeFromFullName(string fullTypeName, bool ignoreCase);
static member GetObjectTypeFromFullName : string * bool -> Type
Public Shared Function GetObjectTypeFromFullName (fullTypeName As String, ignoreCase As Boolean) As Type
Paramètres
- fullTypeName
- String
- ignoreCase
- Boolean
true pour ignorer la casse du nom de type ; sinon, false.