IFactoryService.GetType(String) Metodo

Definizione

Recupera il tipo di oggetto per il nome completo del tipo fornito.

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

Parametri

fullName
String

Nome completo del tipo.

Restituisce

Type

Tipo dell'oggetto.

Si applica a