DesignerSerializationManager.GetRuntimeType(String) Método

Definición

Obtiene el tipo que se corresponde con el nombre de tipo especificado.

public:
 Type ^ GetRuntimeType(System::String ^ typeName);
public Type GetRuntimeType (string typeName);
public Type? GetRuntimeType (string? typeName);
member this.GetRuntimeType : string -> Type
Public Function GetRuntimeType (typeName As String) As Type

Parámetros

typeName
String

Nombre del tipo que se va a obtener.

Devoluciones

El tipo especificado.

Se aplica a