The methods of the ClassBuilder class are listed below. For a complete list of ClassBuilder class members, see the ClassBuilder Members topic.
![]() ClassFromBinaryFile | Overloaded. Create a class from a encripted source file. |
![]() ClassFromSourceFile | Overloaded. Create a class from a source file. |
![]() ClassFromString | Overloaded. Compiles the source code passed and returns the FIRST Type of the assembly. (Code in C#) |
![]() ClassFromXmlFile | Create a class from a Xml file generated with the Wizard or saved using the SaveToXml Method. |
![]() ClassToBinaryFile | Encript the class source code and write it to a file. |
![]() LoadFromXml | Loads and return a ClassBuilder inheritor that has been saved with the SaveToXml method |
ClearFields | Removes all the Fields of the current class. |
CreateRecordClass | Generate the runtime record class to be used by the engines. |
FieldByIndex | Return the field at the specified index. |
GetClassBinaryCode | Returns the ENCRIPTED code for the current class in the specified language. |
GetClassSourceCode | Returns the source code for the current class in the specified language. |
SaveToBinaryFile | Overloaded. Write the ENCRIPTED source code of the current class to a file. (In C#) |
SaveToSourceFile | Overloaded. Write the source code of the current class to a file. (In C#) |
SaveToXml | Creates a custom serialization of the current ClassBuilder |
ClassBuilder Class | FileHelpers.RunTime Namespace