Amazon Wish List News RSS feed. Development Blog Browse the Forums  
  Overview - Downloads - Examples - News Feed - Contact Info -

ClassBuilder Methods

The methods of the ClassBuilder class are listed below. For a complete list of ClassBuilder class members, see the ClassBuilder Members topic.

Public Static (Shared) Methods

ClassFromBinaryFileOverloaded. Create a class from a encripted source file.
ClassFromSourceFileOverloaded. Create a class from a source file.
ClassFromStringOverloaded. 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

Public Instance Methods

ClearFieldsRemoves all the Fields of the current class.
CreateRecordClassGenerate the runtime record class to be used by the engines.
FieldByIndexReturn 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.
SaveToBinaryFileOverloaded. Write the ENCRIPTED source code of the current class to a file. (In C#)
SaveToSourceFileOverloaded. Write the source code of the current class to a file. (In C#)
SaveToXml Creates a custom serialization of the current ClassBuilder

See Also

ClassBuilder Class | FileHelpers.RunTime Namespace


Powered by:

Source Forge Thanks Jetbrains for support us !! Thanks BB Software for support us !! TestDriven.NET Code Coverage by Clover.NET Code Project Article Larkware News Sharp Toolbox