SfcRegistration.TryGetObjectTypeFromFullName(String) Méthode

Définition

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

Retours

S’applique à