AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

ReflectionUtility Methods

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. No preferred-assembly hint is supplied; resolution walks the standard tier chain. To bias resolution toward a particular tenant assembly, call the two-argument overload with an explicit assembly name.
Public method Static member GetTypeFromReflection(String, String)
Gets the type from reflection.