ReflectionUtility..::..GetReflectionInfo Method (String)
Gets type information (assembly, type name, and type) for a class identified by its fully qualified name.
Namespace:
AdvantageCMS.Core.UtilsAssembly: AdvantageCMS.Core (in AdvantageCMS.Core.dll)
Syntax
public static ReflectionType GetReflectionInfo( string reflectionName )
Parameters
- reflectionName
- Type: String
The fully qualified type name to look up.

