IDesignerSerializationManager.GetType(String) Método

Definición

Obtiene un tipo del nombre especificado.

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

Parámetros

typeName
String

Nombre completo del tipo que se va a cargar.

Devoluciones

Instancia del tipo, o null si no se puede cargar el tipo.

Se aplica a