Click or drag to resize

ReflectionUtilsCreateInstanceFromString Method

Creates an instance of a type based on a string. Assumes that the type's

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static Object CreateInstanceFromString(
	string typeName,
	params Object[] args
)

Parameters

typeName
Type: SystemString

[Missing <param name="typeName"/> documentation for "M:Koden.Utils.ReflectionUtils.CreateInstanceFromString(System.String,System.Object[])"]

args
Type: SystemObject

[Missing <param name="args"/> documentation for "M:Koden.Utils.ReflectionUtils.CreateInstanceFromString(System.String,System.Object[])"]

Return Value

Type: Object

[Missing <returns> documentation for "M:Koden.Utils.ReflectionUtils.CreateInstanceFromString(System.String,System.Object[])"]

See Also