Show/Hide Toolbars

Inventu Viewer+ Studio Help

helperdialog

Property

Description

AssemblyTargetFolder

Location the the actual assembly DLL will be compiled to if the CompileAfterGeneration property is True.  Note that the OutputFile property provides a File Save dialog and will automatically change this property, so the OutputFile property is easier to make changes to.

AutoGenerateDefinition

Should the definition xml file be generated any time the IOHelper is generated?  This is a good idea, since the two need to be kept in careful sync.

Classname

The name of the ScreenIO class that provides the ability to easily read and write any screen in your project

CompileAfterGeneration

If True, the .NET c# compiler will be run following generation to create the assembly dll

FrameworkVersion

Select the version of the .NET Framework you are developing with

Namespace

Set to the namespace you would like the contents of the IO helper module to be declared under

OutputFile

The name and location of the c# module being generated.  This property provides a File Save dialog icon

TemplateFile

The template provided by Inventu that performs the generation of the c# module--you would generally not change this, but if you have copied and modified the original, you can point to your new version using this property.