RemObjects.SDK.Rodl.CodeGen

Classes

Class Notes
CodeGen The CodeGen class is an abstract base class for specific CodeGen implementations: CodeGen_Intf, CodeGen_Impl, CodeGen_Events and CodeGen_Invk classes. This class contains base methods used to generate .NET code based on provided RODL library. Most methods of this class return instances of the System.CodeDom. These instances can be later used to either generate IL code in memory or to generate C#, VB.NET etc code files.
CodeGen_Impl CodeGen for *_Impl source files.
CodeGen_Intf Generates CodeGen for the given RODL library.
CodeGen_Invk Generates a CodeGen representation of the code for the given RODL library.