AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

ReflectionObjectXMLSerializer..::..GetTypeFromReflection Method

Note: This API is now obsolete.
Gets the type from reflection. Obsolete: Use AdvantageCMS.Core.Utils.ReflectionUtility.GetTypeFromReflection

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

Syntax


[ObsoleteAttribute]
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.