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.0.0.0 (7.0.6906.26599)
Syntaxpublic static Type[] GetTypes(
Assembly pAssembly
)
Parameters
- pAssembly
- Type: System.ReflectionAssembly
The assembly.
Return Value
Type:
TypeThe types of the assembly.
See Also