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.UtilsAssembly: PDTec.IceNet.Sdk (in PDTec.IceNet.Sdk.dll) Version: 6.0.0.0 (6.0.6225.27214)
Syntaxpublic static Type[] GetTypes(
Assembly pAssembly
)
Parameters
- pAssembly
- Type: System.ReflectionAssembly
The assembly.
Return Value
Type:
TypeThe types of the assembly.
See Also