GenerateResource Properties
.NET Framework 3.5
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The GenerateResource type exposes the following members.
| Name | Description | |
|---|---|---|
|
AdditionalInputs | Gets or sets the additional inputs for the dependency checking that the GenerateResource task performs. |
|
BuildEngine | Gets or sets the instance of the IBuildEngine object used by the task. (Inherited from Task.) |
|
BuildEngine2 | Gets the instance of the IBuildEngine2 object used by the task. (Inherited from Task.) |
|
FilesWritten | Infrastructure. Gets or sets the names of all files written to disk including the cache file, if present. |
|
HelpKeywordPrefix | Gets or sets the prefix used to compose Help keywords from resource names. (Inherited from Task.) |
|
HostObject | Gets or sets the host object associated with the task. (Inherited from Task.) |
|
Log | Infrastructure. Gets an instance of a TaskLoggingHelperExtension containing task logging methods. (Inherited from TaskExtension.) |
|
NeverLockTypeAssemblies | Infrastructure. Gets or sets a Boolean value that specifies whether to create a new AppDomain to evaluate the resources (.resx) files (true) or to create a new AppDomain only when the resources files reference a user's assembly (false). |
|
OutputResources | Infrastructure. Gets or sets the name of the generated files, such as .resources files. |
|
PublicClass | Infrastructure. Gets or sets a Boolean value that indicates whether the GenerateResource task should create a strongly typed resource class as a public class. |
|
References | Infrastructure. Gets or sets the references to load types in .resx files from. |
|
Sources | Infrastructure. Gets or sets the items to convert. |
|
StateFile | Infrastructure. Gets or sets the path to an optional cache file that is used to speed up dependency checking of links in .resx input files. |
|
StronglyTypedClassName | Infrastructure. Gets or sets the class name for the strongly typed resource class. |
|
StronglyTypedFileName | Infrastructure. Gets or sets the filename for the source file. |
|
StronglyTypedLanguage | Infrastructure. Gets or sets the language to use when generating the class source for the strongly typed resource. |
|
StronglyTypedManifestPrefix | Gets or sets the resource namespace or manifest prefix to use in the generated class source for the strongly typed resource. |
|
StronglyTypedNamespace | Infrastructure. Gets or sets the namespace to use for the generated class source for the strongly typed resource. |
|
TaskResources | Gets or sets the culture-specific resources associated with the task. (Inherited from Task.) |
|
UseSourcePath | Infrastructure. Gets or sets a Boolean value that indicates whether the input file's directory is to be used for resolving relative file paths. |