You can create a static class called "New", then create a static function with your class name as the function name. To use, your syntax will be New.MyGeneratedClass(parameters).
'public static class New
{ public static MyGeneratedClass MyGeneratedClass(object parameters) { return new MyGeneratedClass(); } }'