AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

ReflectionUtility..::..GetTypeFromReflection Method (String)

Gets the type from reflection.

Namespace:  AdvantageCMS.Core.Utils
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public static Type GetTypeFromReflection(
	string reflectionName
)

Parameters

reflectionName
Type: String
Name of the reflection.

Return Value

Type.