Compartilhar via


IFactoryService.GetType(String) Método

Definição

Recupera o tipo do objeto do nome completo do tipo fornecido.

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

O nome completo do tipo.

Retornos

O tipo do objeto.

Aplica-se a