SfcRegistration.TryGetObjectTypeFromFullName(String) 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.
Obtenez un type .Net complet à partir du nom de type complet Si l’assembly n’est pas inscrit, la valeur Null est retournée.
public static Type TryGetObjectTypeFromFullName(string fullTypeName);
static member TryGetObjectTypeFromFullName : string -> Type
Public Shared Function TryGetObjectTypeFromFullName (fullTypeName As String) As Type
Paramètres
- fullTypeName
- String