[This is preliminary documentation and is subject to change.]
This method instantiates an object for the fully qualified class name

Declaration Syntax
Public Shared Function CreateInstance ( _
className As String, _
nonPublic As Boolean _
) As Object

Parameters
- className (String)
- The fully qualified class name to create
- nonPublic (Boolean)
- If true, both public and non-public constructors are searched for. If false, only the public constructor is called

Return Value
a created instance of the specified type

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