AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

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

Gets the type from reflection.

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

Syntax


public static Type GetTypeFromReflection(
	string reflectionName,
	string preferredAssembly
)

Parameters

reflectionName
Type: String
Name of the reflection.
preferredAssembly
Type: String
The preferred assembly.

Return Value

Type.