Table of Contents

Method FindTypeByName

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

FindTypeByName(string)

Finds a type by its name, resolving it using the provided type resolver (TypeResolveRequested) or the default type resolver.

public static Type? FindTypeByName(string typeName)

Parameters

typeName string

The name of the type to find.

Returns

Type

The resolved Type if found; otherwise, null.