 | 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
Syntaxpublic static Object CreateInstanceFromString(
string typeName,
params Object[] args
)
Public Shared Function CreateInstanceFromString (
typeName As String,
ParamArray args As Object()
) As Object
public:
static Object^ CreateInstanceFromString(
String^ typeName,
... array<Object^>^ args
)
static member CreateInstanceFromString :
typeName : string *
args : Object[] -> Object
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