Click or drag to resize
ClassHelperRegisterCustomClass Method
Overload List
  NameDescription
Public methodStatic memberRegisterCustomClassClassType(String)
Registers the custom App_Code class under the class name. Overrides the default one
Public methodStatic memberRegisterCustomClassClassType(String, String)
Registers the custom class under the given assembly name and class name. Overrides the default one
Public methodStatic memberRegisterCustomClass(String, String, IObjectFactory)
Registers the custom class under the given assembly name and class name. Overrides the default one
Top
See Also