C# Code Generation Options

For information about code generation options for languages other than C#, please refer to the appropriate language manual or the online documentation.

The following window contains the C#-specific code-generation options:

The options in this window allow users to change the way the generated code is organized and what files are generated to assist compiling the generated code.

Changing the code organization can be particularly helpful for using generated code with IDEs like Netbeans or Eclipse. IDEs typically impose a directory structure for projects, so ASN1C can try to organize code to conform to such a hierarchy.

A makefile may also be generated for use with nmake. Separate files may also be created that contain a list of generated sources.

These options are detailed further in the Running ASN1C from the Command Line section.