ITypeProvider.GetType Méthode

Définition

Obtient l’entité Type nommée.

Surcharges

Nom Description
GetType(String)

Obtient l’entité Type nommée.

GetType(String, Boolean)

Obtient l’entité Type nommée.

GetType(String)

Obtient l’entité Type nommée.

public:
 Type ^ GetType(System::String ^ name);
public Type GetType(string name);
abstract member GetType : string -> Type
Public Function GetType (name As String) As Type

Paramètres

name
String

Chaîne qui contient le nom de l’entité.

Retours

De Type l’entité nommée.

S’applique à

GetType(String, Boolean)

Obtient l’entité Type nommée.

public:
 Type ^ GetType(System::String ^ name, bool throwOnError);
public Type GetType(string name, bool throwOnError);
abstract member GetType : string * bool -> Type
Public Function GetType (name As String, throwOnError As Boolean) As Type

Paramètres

name
String

Chaîne qui contient le nom de l’entité.

throwOnError
Boolean

Valeur qui indique s’il faut lever une exception si name elle n’est pas résolvable.

Retours

De Type l’entité nommée.

S’applique à