Click or drag to resize

ReflectionUtils Class

Inheritance Hierarchy
SystemObject
  PDTec.IceNet.Sdk.UtilsReflectionUtils

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 class ReflectionUtils

The ReflectionUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateInstanceT
Public methodStatic memberGetBinaryResource
Public methodStatic memberGetPlatformAcknowledgementsText
Public methodStatic memberGetTextResource
Public methodStatic memberGetTypes
Retrieves all types from the assembly. Calls the Assembly.GetTypes() method, intercepts ReflectionTypeLoadException exceptions and writes detailed error information to the application log.
Public methodStatic memberGetXmlResource
Public methodStatic memberWriteResourceToFile
Top
See Also