FileSerializerEx.GetTypeForObject Method

Gets the type of an object starting from the assembly name.
Protected Overrides Function GetTypeForObject( _ 
ByVal typeName As String
) As Type
This language is not supported or no code example is available.
protected override Type GetTypeForObject( 
string typeName 
)
This language is not supported or no code example is available.

Parameters

typeName
string

Return Value

Type
Remarks
 
Derived classes must first call GetType method. If null, then they can call base method.

.NET Framework

Supported in: 4.8

In this article

Definition