SIFWorks ADK 2.0
CreateInstance Method (className)
NamespacesEdustructures.UtilClassFactoryCreateInstance(String)

[This is preliminary documentation and is subject to change.]

This method instantiates an object for the fully qualified class name
Declaration Syntax
C#Visual BasicVisual C++
public static Object CreateInstance(
	string className
)
Public Shared Function CreateInstance ( _
	className As String _
) As Object
public:
static Object^ CreateInstance (
	String^ className
)
Parameters
className (String)
The fully qualified class name to create
Return Value
a created instance of the specified type
Exceptions
ExceptionCondition
TypeLoadExceptionThrown if the type cannot be found

Assembly: Edustructures.SifWorks.Adk (Module: Edustructures.SifWorks.Adk) Version: 2.0.0.10