Click or drag to resize

imbTypologyHelpersCollectTypes Method (CollectTypeFlags, Assembly, Type)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Collects the types that are discovered around hostType, according to rules defined with flags

Namespace:  imbSCI.Core.extensions.typeworks
Assembly:  imbSCI.Core (in imbSCI.Core.dll) Version: 0.3.58.
Syntax
C#
public static List<Type> CollectTypes(
	CollectTypeFlags flags,
	Assembly hostAssembly = null,
	Type hostType = null
)
Request Example View Source

Parameters

flags
Type: imbSCI.Core.extensions.typeworksCollectTypeFlags
The flags.
hostAssembly (Optional)
Type: System.ReflectionAssembly
The host assembly.
hostType (Optional)
Type: SystemType
Type of the host.

Return Value

Type: ListType
List of types that are discovered around hostType, according to rules defined with flags
See Also