Serializer.GetType Method

Gets the Type from an assembly qualified name.
Public Function GetType( _ 
ByVal assemblyQualifiedName As String
) As Type
This language is not supported or no code example is available.
public Type GetType( 
string assemblyQualifiedName 
)
This language is not supported or no code example is available.

Parameters

assemblyQualifiedName
string

Return Value

Type
Remarks
 
This method is used to read properties of type object. For Serializer derived class, you need to make the override of the GetTypeForObject method.

.NET Framework

Supported in: 4.8

In this article

Definition