Shunde.NET Framework Class Library

DBObject.CreateObject Method 

Creates a new DBObject which belongs in the given Assembly with the classname, where the classname includes the namespace

public static DBObject CreateObject(
   Assembly callingAssembly,
   String className
);

Remarks

First checks the constructors dictionary for the ConstructorInfo object. If not, it uses the Assembly to create a ConstructorInfo.

See Also

DBObject Class | Shunde.Framework Namespace