AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

ReflectionUtility..::..GetInstanceFromReflection Method

Get an instance of an object from a string name using reflection

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

Syntax


public static Object GetInstanceFromReflection(
	string reflectionName
)

Parameters

reflectionName
Type: String

Return Value

dynamic object