AdvantageCMS.Core.Common.BaseClasses Namespace
Build With Advantage

ReflectionUtility..::..GetInstanceFromReflection Method

Creates an instance of an object identified by its fully qualified type 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
The fully qualified type name of the object to instantiate.

Return Value

A dynamic instance of the resolved type, or null if the type cannot be found.