Langue

SfcRegistration.GetObjectTypeFromFullName Méthode

Définition

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.

Retours

S’applique à