AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

ReflectionUtility Members

The ReflectionUtility type exposes the following members.

Methods


  Name Description
Public method Static member GetInstanceFromReflection
Creates an instance of an object identified by its fully qualified type name using reflection.
Public method Static member GetReflectionInfo(String)
Gets type information (assembly, type name, and type) for a class identified by its fully qualified name.
Public method Static member GetTypeFromReflection(String)
Gets the type from reflection.
Public method Static member GetTypeFromReflection(String, String)
Gets the type from reflection.