Select Standard Options Page

The Select Standard Options Page allows you to choose how you want the Wizard to handle certain aspects of the conversion process. In general, the default options are all you normally need.

OptionsPage

Control

Description

Include all Visual Basic .NET source comments

Used convert all the developer source code comments in the new C# project.

Automatically type cast when necessary

When necessary, the Visual Basic .NET compiler will automatically convert data types. C# only supports explicit conversion of data types. This option will automatically inject the appropriate type casts into the new C# project.

Generate overloaded methods for methods with optional parameters

C# does not support optional parameters. This option will automatically add additional methods (one for each optional parameter) so that calls to methods with optional parameters will still work.

Generate accessor methods for properties with parameters

C# has limited support for properties with parameters. C# supports default properties with one parameter that represent indexers. This option will automatically convert non-default properties with parameters to get and set methods.

Add Visual Basic .NET line numbers as C# comments

Used to add Visual Basic .NET line numbers into the new C# project as comments. This is useful if you want to see exactly what new C# line of code corresponds to the original Visual Basic .NET line of code. Please be aware that this will add significant clutter to your code.

Keep intermediate XML files created by the wizard

The Wizard creates intermediate XML files during the conversion process and then automatically deletes the files when the conversion successfully completes. There are several XML files for every source Visual Basic .NET code file. If you would like to see keep these file, you can check on this option.

Automatically send statistics to Elegance Technologies via Web

Nothing private is sent. This option sends the number of files and lines of code converted via a Web Service or Browser. Please leave this check so that we can collect statistics on usage of C-Sharpener For VB.

Help

Displays online help.

Cancel

Closes the Wizard.

< Back

Moves to the Select Project Page.

Next >

Moves to the Confirm Selections Page.