Click or drag to resize

ReflectionUtilsGetTypes Method

Retrieves all types from the assembly. Calls the Assembly.GetTypes() method, intercepts ReflectionTypeLoadException exceptions and writes detailed error information to the application log.

Namespace:  PDTec.IceNet.Sdk.Utils
Assembly:  PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public static Type[] GetTypes(
	Assembly pAssembly
)

Parameters

pAssembly
Type: System.ReflectionAssembly
The assembly.

Return Value

Type: Type
The types of the assembly.
See Also