IFactoryService.GetType(String) Método

Definición

Recupera el tipo del objeto para el nombre de tipo completo proporcionado.

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

Parámetros

fullName
String

Nombre completo del tipo.

Devoluciones

Tipo del objeto.

Se aplica a