Click or drag to resize

AppDomainTypeLookupFindTypes Method

Searches all assemblies of this AppDomain for all Types.

Namespace: GSF.Reflection
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public List<Type> FindTypes()
View Source

Return Value

ListType
See Also