Click or drag to resize

AssemblyInfoFindType Method

Finds the specified typeName searching through all loaded assemblies.

Namespace: GSF.Reflection
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public static Type FindType(
	string typeName
)
View Source

Parameters

typeName  String
Fully qualified type name.

Return Value

Type
The Type found; otherwise null.
See Also