FileClassifier Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Implements the FileClassifier
task. Use the FileClassifier
element in your project file to create and execute this task. For usage and parameter information, see FileClassifier.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class FileClassifier sealed : Microsoft::Build::Utilities::Task
public sealed class FileClassifier : Microsoft.Build.Utilities.Task
type FileClassifier = class
inherit Task
Public NotInheritable Class FileClassifier
Inherits Task
- Inheritance
-
FileClassifier
Constructors
FileClassifier() |
This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the FileClassifier class. |
Properties
CLREmbeddedResource |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the output Item list for the CLR resources that will be saved in the main assembly. |
CLRResourceFiles |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the CLR resource file list. |
CLRSatelliteEmbeddedResource |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the output Item list for the CLR resources that will be saved in the satellite assembly. |
Culture |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the culture of the build. |
MainEmbeddedFiles |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets non-localizable resources that will be embedded into the Main assembly. |
OutputType |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the output type of the assembly. |
SatelliteEmbeddedFiles |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the localizable files that are embedded in the satellite assembly for the culture that is specified by the Culture property. |
SourceFiles |
This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the list of items that are to be classified. |
Methods
Execute() |
This API supports the product infrastructure and is not intended to be used directly from your code. Executes a task. |