C# Class GenerateText, shared-source-cli-2.0

This class contains methods that generate text files containing string resources so the user can manually perform the operations of running the ResGen tool to build a .resources file and then running the assembly linker to build the .resource files into satellite assemblies.
显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
GenerateTextFiles ( ) : void

Creates text resource files for the user to experiment with.

TextFileUsage ( ) : void

Outputs usage banner for -t option.

Method Details

GenerateTextFiles() public method

Creates text resource files for the user to experiment with.
public GenerateTextFiles ( ) : void
return void

TextFileUsage() public method

Outputs usage banner for -t option.
public TextFileUsage ( ) : void
return void