PartialClassGenerationTask Class
This task accesses XAML files that define types (with x:Class) and generates the corresponding source code that can be compiled into an assembly.
Microsoft.Build.Utilities::Task
Microsoft.Build.Tasks.Xaml::PartialClassGenerationTask
Assembly: XamlBuildTask (in XamlBuildTask.dll)
The PartialClassGenerationTask type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | PartialClassGenerationTask | Initializes a new instance of the PartialClassGenerationTask class. |
| Name | Description | |
|---|---|---|
![]() | ApplicationMarkup | A list of XAML files to process, populated by MS Build. |
![]() | AssemblyName | Gets or sets the name of the assembly being compiled. |
![]() | 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.) |
![]() | BuildEngine3 | Gets the instance of the IBuildEngine3 object used by the task. (Inherited from Task.) |
![]() | BuildTaskPath | Gets or sets the path of the assembly that contains this build task. |
![]() | GeneratedCodeFiles | Gets or sets a list of generated code files, one for each input file. |
![]() | GeneratedResources | Gets or sets a list of XAML files that contain the markup for instantiating the newly generated types, one for each input file. |
![]() | GeneratedSourceExtension | Gets or sets the file extension to add to the generated source files. |
![]() | 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.) |
![]() | IsInProcessXamlMarkupCompile | |
![]() | KnownReferencePaths | Gets or sets the known reference paths. |
![]() | Language | Gets or sets the language to generate source code in. |
![]() | Log | Gets an instance of a TaskLoggingHelper class containing task logging methods. (Inherited from Task.) |
![]() | OutputPath | Gets or sets the directory to place the generated files. |
![]() | References | Gets or sets a list of assemblies to reference. |
![]() | RequiresCompilationPass2 | Gets or sets a value that indicates whether this project requires executing the CompilationPass2Task task. |
![]() | RootNamespace | Gets or sets the root namespace for the project. |
![]() | SourceCodeFiles | Gets or sets a list of source code files in the project. |
![]() | TaskResources | Gets or sets the culture-specific resources associated with the task. (Inherited from Task.) |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Execute | Called by MS Build to execute the code generation task. (Overrides Task::Execute().) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
The XAML files processed by this task define new types as well as instantiate those types. The PartialClassGenerationTask class reads in the new type definitions and generates source code files. In addition, it generates a XAML file that contains the markup that instantiates the newly generated types.
This task should not be used to consume untrusted XAML inputs.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
