StronglyTypedResources.CreateClassFromFromAllGlobalResXResources

Creates a class containing strongly typed resources of all resource keys in all global resource ResX files. A single class file with multiple classes is created.

The extension of the output file determines whether VB or CS is generated

public string CreateClassFromFromAllGlobalResXResources(string Namespace,
	string FileName)

Return Value

Generated class as a string

Parameters

Namespace

FileName
Output file name for the generated class. .cs and .vb generate appropriate languages


See also:

Class StronglyTypedResources

© West Wind Technologies, 2006 - 2019 • Updated: 01/24/18
Comment or report problem with topic