AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

ReflectionUtility..::..GetReflectionInfo Method (String)

Gets type information (assembly, type name, and type) for a class identified by its fully qualified name.

Namespace:  AdvantageCMS.Core.Utils
Assembly:  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.

Return Value

A ReflectionType containing the resolved type information, or null if not found.