Server IP : 180.180.241.3 / Your IP : 216.73.216.252 Web Server : Microsoft-IIS/7.5 System : Windows NT NETWORK-NHRC 6.1 build 7601 (Windows Server 2008 R2 Standard Edition Service Pack 1) i586 User : IUSR ( 0) PHP Version : 5.3.28 Disable Function : NONE MySQL : ON | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Windows/Microsoft.NET/Framework/v2.0.50727/en/ |
Upload File : |
<?xml version="1.0" encoding="utf-8"?> <doc> <assembly> <name>Microsoft.Build.Tasks</name> </assembly> <members> <member name="T:Microsoft.Build.Tasks.AL"> <summary> Implements the AL task. Use the AL element in your project file to create and execute this task. For usage and parameter information, see AL (Assembly Linker) Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.AL.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.AL" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.AL.AddResponseFileCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension)"> <summary> Fills the specified <paramref name="commandLine" /> parameter with switches and other information that can go into a response file. </summary> <param name="commandLine"> Command line builder to add arguments to. </param> </member> <member name="P:Microsoft.Build.Tasks.AL.AlgorithmId"> <summary> Gets or sets an algorithm to hash all files in a multifile assembly except the file that contains the assembly manifest. </summary> <returns> The algorithm to hash all files in a multifile assembly except the file that contains the assembly manifest. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.BaseAddress"> <summary> Gets or sets the address at which a DLL will be loaded on the user’s computer at run time. </summary> <returns> The address at which a DLL will be loaded on the user’s computer at run time. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.CompanyName"> <summary> Gets or sets the Company field in the assembly. </summary> <returns> The Company field in the assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.Configuration"> <summary> Gets or sets the Configuration field in the assembly. </summary> <returns> The Configuration field in the assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.Copyright"> <summary> Gets or sets the Copyright field in the assembly. </summary> <returns> The Copyright field in the assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.Culture"> <summary> Gets or sets the culture string to associate with the assembly. </summary> <returns> The culture string to associate with the assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.DelaySign"> <summary> Gets or sets a Boolean value that indicates whether to place only the public key in the assembly (true) or to fully sign the assembly (false). </summary> <returns>true if only the public key is placed in the assembly; false if the assembly is fully signed. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.Description"> <summary> Gets or sets the Description field in the assembly. </summary> <returns> The Description field in the assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.EmbedResources"> <summary> Gets or sets the resources to embed in the image that contains the assembly manifest. </summary> <returns> The resources to embed in the image that contains the assembly manifest. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.EvidenceFile"> <summary> Gets or sets the file to embed in the assembly with the resource name of Security.Evidence. </summary> <returns> The file to embed in the assembly with the resource name of Security.Evidence. </returns> </member> <member name="M:Microsoft.Build.Tasks.AL.Execute"> <summary> Executes the AL task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.FileVersion"> <summary> Gets or sets the File Version field in the assembly. </summary> <returns> The File Version field in the assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.Flags"> <summary> Gets or sets the Flags field in the assembly. </summary> <returns> The Flags field in the assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.GenerateFullPaths"> <summary> Gets or sets a Boolean value that indicates whether to cause the task to use the absolute path for any files that are reported in an error message. </summary> <returns>true if the task will use the absolute path for any files that are reported in an error message; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.AL.GenerateFullPathToTool"> <summary> Returns the full file path to the AL tool. </summary> <returns> The full file path to the AL tool. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.KeyContainer"> <summary> Gets or sets a container that holds a key pair. </summary> <returns> The container that holds a key pair. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.KeyFile"> <summary> Gets or sets a file that contains a key pair or just a public key to sign an assembly. </summary> <returns> The file that contains a key pair or just a public key to sign an assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.LinkResources"> <summary> Gets or sets the resource files to link to an assembly. </summary> <returns> The resource files to link to an assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.MainEntryPoint"> <summary> Gets or sets the fully qualified name (class.method) of the method to use as an entry point when converting a module to an executable file. </summary> <returns> The fully qualified name (class.method) of the method to use as an entry point when converting a module to an executable file. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.OutputAssembly"> <summary> Gets or sets the name of the file generated by this task. </summary> <returns> The name of the file generated by this task. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.Platform"> <summary> Gets or sets a string that limits which platform this code can run on; must be one of x86, Itanium, x64, or anycpu. </summary> <returns> A string that limits which platform this code can run on; must be one of x86, Itanium, x64, or anycpu. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.ProductName"> <summary> Gets or sets the Product field in the assembly. </summary> <returns> The Product field in the assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.ProductVersion"> <summary> Gets or sets the ProductVersion field in the assembly. </summary> <returns> The ProductVersion field in the assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.ResponseFiles"> <summary> Gets or sets the names of the response files that contain commands for the AL tool. </summary> <returns> The names of the response files that contain commands for the AL tool. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.SourceModules"> <summary> Gets or sets the modules to be compiled into an assembly. </summary> <returns> The modules to be compiled into an assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.TargetType"> <summary> Gets or sets the file format of the output file: library (code library), exe (console application), or win (Windows-based application). </summary> <returns> The file format of the output file: library (code library), exe (console application), or win (Windows-based application). </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.TemplateFile"> <summary> Gets or sets the assembly from which to inherit all assembly metadata, except the culture field. </summary> <returns> The assembly from which to inherit all assembly metadata, except the culture field. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.Title"> <summary> Gets or sets the Title field in the assembly. </summary> <returns> The Title field in the assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.ToolName"> <summary> Gets the name of the tool (Al.exe). </summary> <returns> The name of the tool. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.Trademark"> <summary> Gets or sets the Trademark field in the assembly. </summary> <returns> The Trademark field in the assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.Version"> <summary> Gets or sets the version information for this assembly. </summary> <returns> The version information for this assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.Win32Icon"> <summary> Gets or sets the .ico file to insert in the assembly. </summary> <returns> The .ico file to insert in the assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.AL.Win32Resource"> <summary> Gets or sets a Win32 resource (.res file) to insert in the output file. </summary> <returns> The Win32 resource (.res file) to insert in the output file. </returns> </member> <member name="T:Microsoft.Build.Tasks.AppDomainIsolatedTaskExtension"> <summary> Provides the same functionality as the <see cref="T:Microsoft.Build.Utilities.Task" /> class, but derives from <see cref="T:System.MarshalByRefObject" /> so that it can be instantiated in its own application domain. </summary> </member> <member name="P:Microsoft.Build.Tasks.AppDomainIsolatedTaskExtension.Log"> <summary> Gets an instance of a <see cref="T:Microsoft.Build.Tasks.TaskLoggingHelperExtension" /> class containing task logging methods. </summary> <returns> The logging helper object. </returns> </member> <member name="T:Microsoft.Build.Tasks.AspNetCompiler"> <summary> Implements the AspNetCompiler task. Use the AspNetCompiler element in your project file to create and execute this task. For usage and parameter information, see AspNetCompiler Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.AspNetCompiler.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.AspNetCompiler" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.AspNetCompiler.AddCommandLineCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension)"> <summary> Generates command line arguments for the AspNetCompiler tool. </summary> <param name="commandLine"> Command line builder to add arguments to. </param> </member> <member name="P:Microsoft.Build.Tasks.AspNetCompiler.AllowPartiallyTrustedCallers"> <summary> Gets or sets a Boolean value that indicates whether the <see cref="T:System.Security.AllowPartiallyTrustedCallersAttribute" />, which allows partially trusted callers access to an assembly, should be applied to the strongly named assembly that Aspnet_compiler.exe generates. </summary> <returns>true if the <see cref="T:System.Security.AllowPartiallyTrustedCallersAttribute" /> should be applied to the strongly named assembly that Aspnet_compiler.exe generates; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.AspNetCompiler.Clean"> <summary> Gets or sets a Boolean value that indicates whether the precompiled application will be built clean. </summary> <returns>true if the precompiled application will be built clean; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.AspNetCompiler.Debug"> <summary> Gets or sets a Boolean value that indicates whether debug information (.PDB file) is emitted during compilation. </summary> <returns>true if the debug information (.PDB file) is emitted during compilation; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.AspNetCompiler.DelaySign"> <summary> Gets or sets a Boolean value that indicates whether the <see cref="T:System.Reflection.AssemblyDelaySignAttribute" />, which indicates that an assembly should be signed only with the public key token rather than with the public/private key pair, should be applied to the generated assembly. </summary> <returns>true if the <see cref="T:System.Reflection.AssemblyDelaySignAttribute" /> should be applied to the generated assembly; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.AspNetCompiler.Execute"> <summary> Executes the AspNetCompiler task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.AspNetCompiler.FixedNames"> <summary> Gets or sets a Boolean value that indicates whether one assembly should be generated for each page in the application. </summary> <returns>true if one assembly should be generated for each page in the application; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.AspNetCompiler.Force"> <summary> Gets or sets a Boolean value that specifies whether existing files in the <paramref name="targetDir" /> directory and its subdirectories should be overwritten. </summary> <returns>true if existing files in the <paramref name="targetDir" /> directory and its subdirectories should be overwritten; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.AspNetCompiler.GenerateFullPathToTool"> <summary> Returns the full file path of the AspNetCompiler tool. </summary> <returns> The full file path of the AspNetCompiler tool. </returns> </member> <member name="P:Microsoft.Build.Tasks.AspNetCompiler.KeyContainer"> <summary> Gets or sets a Boolean value that indicates whether the <see cref="T:System.Reflection.AssemblyKeyNameAttribute" />, which indicates the name of the container for the public/private key pair that is used to generate a strong name, should be applied to the compiled assembly. </summary> <returns>true if the <see cref="T:System.Reflection.AssemblyKeyNameAttribute" /> should be applied to the compiled assembly; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.AspNetCompiler.KeyFile"> <summary> Gets or sets a Boolean value that indicates whether the <see cref="T:System.Reflection.AssemblyKeyFileAttribute" />, which indicates the name of the file containing the public/private key pair that is used to generate a strong name, should be applied to the compiled assembly. </summary> <returns>true if the <see cref="T:System.Reflection.AssemblyKeyFileAttribute" /> should be applied to the compiled assembly; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.AspNetCompiler.MetabasePath"> <summary> Gets or sets the full IIS metabase path of the application. </summary> <returns> The full IIS metabase path of the application. </returns> </member> <member name="P:Microsoft.Build.Tasks.AspNetCompiler.PhysicalPath"> <summary> Gets or sets the physical path of the application to be compiled. </summary> <returns> The physical path of the application to be compiled. </returns> </member> <member name="P:Microsoft.Build.Tasks.AspNetCompiler.TargetPath"> <summary> Gets or sets the physical path to which the application is compiled. </summary> <returns> The physical path to which the application is compiled. </returns> </member> <member name="P:Microsoft.Build.Tasks.AspNetCompiler.ToolName"> <summary> Gets the name of the AspNetCompiler tool (aspnet_compiler.exe). </summary> <returns> The name of the AspNetCompiler tool. </returns> </member> <member name="P:Microsoft.Build.Tasks.AspNetCompiler.Updateable"> <summary> Gets or sets a Boolean value that indicates whether the precompiled application will be updateable. </summary> <returns>true if the precompiled application will be updateable; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.AspNetCompiler.ValidateParameters"> <summary> Validates input parameters and logs errors or warnings, if any. Returns a Boolean value that indicates whether task execution should proceed. </summary> <returns>true if task execution should proceed; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.AspNetCompiler.VirtualPath"> <summary> Gets or sets the virtual path of the application to be compiled. </summary> <returns> The virtual path of the application to be compiled. </returns> </member> <member name="T:Microsoft.Build.Tasks.AssignCulture"> <summary> Implements the AssignCulture task. Use the AssignCulture element in your project file to create and execute this task. For usage and parameter information, see AssignCulture Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.AssignCulture.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.AssignCulture" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.AssignCulture.AssignedFiles"> <summary> Gets a list of <see cref="P:Microsoft.Build.Tasks.AssignCulture.Files" /> with a Culture metadata entry added to each item. </summary> <returns> The list of <see cref="P:Microsoft.Build.Tasks.AssignCulture.Files" />, with a Culture metadata entry added to each item. </returns> </member> <member name="P:Microsoft.Build.Tasks.AssignCulture.AssignedFilesWithCulture"> <summary> Gets a subset of <see cref="P:Microsoft.Build.Tasks.AssignCulture.AssignedFiles" /> that have a Culture metadata entry. </summary> <returns> A subset of <see cref="P:Microsoft.Build.Tasks.AssignCulture.AssignedFiles" /> that have a Culture metadata entry. </returns> </member> <member name="P:Microsoft.Build.Tasks.AssignCulture.AssignedFilesWithNoCulture"> <summary> Gets a subset of <see cref="P:Microsoft.Build.Tasks.AssignCulture.AssignedFiles" /> that do not have a Culture metadata entry. </summary> <returns> A subset of <see cref="P:Microsoft.Build.Tasks.AssignCulture.AssignedFiles" /> that do not have a Culture metadata entry. </returns> </member> <member name="P:Microsoft.Build.Tasks.AssignCulture.CultureNeutralAssignedFiles"> <summary> Gets a subset of <see cref="P:Microsoft.Build.Tasks.AssignCulture.AssignedFiles" /> that do not have a Culture metadata entry. </summary> <returns> A subset of <see cref="P:Microsoft.Build.Tasks.AssignCulture.AssignedFiles" /> that do not have a Culture metadata entry. </returns> </member> <member name="M:Microsoft.Build.Tasks.AssignCulture.Execute"> <summary> Executes the AssignCulture task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.AssignCulture.Files"> <summary> Gets or sets a list of files with embedded culture names to assign a culture to. </summary> <returns> The list of files with embedded culture names to assign a culture to. </returns> </member> <member name="T:Microsoft.Build.Tasks.AssignProjectConfiguration"> <summary> Assigns XML project configurations to project reference task items. </summary> </member> <member name="M:Microsoft.Build.Tasks.AssignProjectConfiguration.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.AssignProjectConfiguration" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.AssignProjectConfiguration.AssignedProjects"> <summary> Gets or sets the list of resolved project reference paths while preserving the original project reference attributes. </summary> <returns> The list of resolved project reference paths. </returns> </member> <member name="M:Microsoft.Build.Tasks.AssignProjectConfiguration.Execute"> <summary> Executes the AssignProjectConfiguration task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.AssignProjectConfiguration.SolutionConfigurationContents"> <summary> Gets or sets an XML string that contains the project configuration. </summary> <returns> An XML string that contains the project configuration. </returns> </member> <member name="P:Microsoft.Build.Tasks.AssignProjectConfiguration.UnassignedProjects"> <summary> Gets or sets the list of project reference items that could not be resolved using the pre-resolved list of outputs. </summary> <returns> The list of project reference items that could not be resolved using the pre-resolved list of outputs. </returns> </member> <member name="T:Microsoft.Build.Tasks.AssignTargetPath"> <summary> Assigns target paths to input files. </summary> </member> <member name="M:Microsoft.Build.Tasks.AssignTargetPath.#ctor"> <summary> Creates a new instance of the <see cref="T:Microsoft.Build.Tasks.AssignTargetPath" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.AssignTargetPath.AssignedFiles"> <summary> Gets the output files that are assigned to target paths. </summary> <returns> The output files that are assigned to target paths. </returns> </member> <member name="M:Microsoft.Build.Tasks.AssignTargetPath.Execute"> <summary> Executes the AssignTargetPath task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.AssignTargetPath.Files"> <summary> Gets or sets the input files to assign target paths to. </summary> <returns> The input files. </returns> </member> <member name="P:Microsoft.Build.Tasks.AssignTargetPath.RootFolder"> <summary> Gets or sets the root folder that the target file paths are relative to. </summary> <returns> The root folder that the target file paths are relative to. </returns> </member> <member name="T:Microsoft.Build.Tasks.CallTarget"> <summary> Implements the CallTarget task. Use the CallTarget element in your project file to create and execute this task. For usage and parameter information, see CallTarget Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.CallTarget.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.CallTarget" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.CallTarget.Execute"> <summary> Instructs the MSBuild engine to build one or more targets in the current project. </summary> <returns>true if all targets built successfully; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.CallTarget.RunEachTargetSeparately"> <summary> Gets or sets a Boolean value that indicates whether the MSBuild engine is called once per target (true) or the MSBuild engine is called once to build all targets (false). </summary> <returns>true if the MSBuild engine is called once per target; false if the MSBuild engine is called once to build all targets. </returns> </member> <member name="P:Microsoft.Build.Tasks.CallTarget.TargetOutputs"> <summary> Gets the outputs of all built targets. </summary> <returns> The outputs of all built targets. </returns> </member> <member name="P:Microsoft.Build.Tasks.CallTarget.Targets"> <summary> Gets or sets the target or targets to build. </summary> <returns> The target or targets to build. </returns> </member> <member name="T:Microsoft.Build.Tasks.CombinePath"> <summary> Combines the specified paths into a single path. </summary> </member> <member name="M:Microsoft.Build.Tasks.CombinePath.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.CombinePath" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.CombinePath.BasePath"> <summary> Gets or sets the base path to combine with the other paths. Can be a relative path, absolute path, or blank. </summary> <returns> The base path to combine with the other paths. </returns> </member> <member name="P:Microsoft.Build.Tasks.CombinePath.CombinedPaths"> <summary> Gets or sets the combined path that is created by the CombinePath task. </summary> <returns> The combined path that is created by the CombinePath task. </returns> </member> <member name="M:Microsoft.Build.Tasks.CombinePath.Execute"> <summary> Executes the CombinePath task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.CombinePath.Paths"> <summary> Gets or sets a list of individual paths to combine with the <see cref="P:Microsoft.Build.Tasks.CombinePath.BasePath" /> to form the combined path. Paths can be relative or absolute. </summary> <returns> A list of individual paths to combine with the <see cref="P:Microsoft.Build.Tasks.CombinePath.BasePath" /> to form the combined path. </returns> </member> <member name="T:Microsoft.Build.Tasks.CommandLineBuilderExtension"> <summary> Comprises extended utility methods for constructing a command line. </summary> </member> <member name="M:Microsoft.Build.Tasks.CommandLineBuilderExtension.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.CommandLineBuilderExtension" /> class. </summary> </member> <member name="T:Microsoft.Build.Tasks.Copy"> <summary> Implements the Copy task. Use the Copy element in your project file to create and execute this task. For usage and parameter information, see Copy Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.Copy.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Copy" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.Copy.CopiedFiles"> <summary> Gets the items that were successfully copied. </summary> <returns> The items that were successfully copied. </returns> </member> <member name="P:Microsoft.Build.Tasks.Copy.DestinationFiles"> <summary> Gets or sets a list of files to copy the source files to. </summary> <returns> The list of files to copy the source files to. </returns> </member> <member name="P:Microsoft.Build.Tasks.Copy.DestinationFolder"> <summary> Gets or sets the directory to which you want to copy the files. </summary> <returns> The directory to which you want to copy the files. </returns> </member> <member name="M:Microsoft.Build.Tasks.Copy.Execute"> <summary> Executes the Copy task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Copy.SkipUnchangedFiles"> <summary> Gets or sets a Boolean value that indicates whether the Copy task should skip the copying of files that are unchanged between the source and destination. </summary> <returns>true if the Copy task should skip the copying of files that are unchanged between the source and destination; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Copy.SourceFiles"> <summary> Gets or sets the files to copy. </summary> <returns> The files to copy. </returns> </member> <member name="T:Microsoft.Build.Tasks.CreateCSharpManifestResourceName"> <summary> Creates a C#-style manifest name from a given resource file name. </summary> </member> <member name="M:Microsoft.Build.Tasks.CreateCSharpManifestResourceName.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.CreateCSharpManifestResourceName" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.CreateCSharpManifestResourceName.CreateManifestName(System.String,System.String,System.String,System.String,System.IO.Stream)"> <summary> Returns the C#-style manifest resource name that corresponds to the specified resource file. </summary> <returns> The manifest resource name that corresponds to the specified resource file. </returns> <param name="fileName"> The name of the resource file from which to create the C# manifest name. </param> <param name="linkFileName"> The name of the link file. </param> <param name="rootNamespace"> The root namespace of the resource file, typically taken from the project file. May be null. </param> <param name="dependentUponFileName"> The file name of the parent of the resource file (usually a .cs file). May be null. </param> <param name="binaryStream"> File contents binary stream. May be null. </param> </member> <member name="M:Microsoft.Build.Tasks.CreateCSharpManifestResourceName.IsSourceFile(System.String)"> <summary> Indicates whether the specified file is a C# source file. </summary> <returns>true if the specified file is a C# source file; otherwise, false. </returns> <param name="fileName"> The name of the file to examine. </param> </member> <member name="T:Microsoft.Build.Tasks.CreateItem"> <summary> Implements the CreateItem task. Use the CreateItem element in your project file to create and execute this task. For usage and parameter information, see CreateItem Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.CreateItem.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.CreateItem" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.CreateItem.AdditionalMetadata"> <summary> Gets or sets additional metadata to attach to the output items. </summary> <returns> Additional metadata to attach to the output items. </returns> </member> <member name="P:Microsoft.Build.Tasks.CreateItem.Exclude"> <summary> Gets or sets the items to exclude from the output item collection. </summary> <returns> The items to exclude from the output item collection. </returns> </member> <member name="M:Microsoft.Build.Tasks.CreateItem.Execute"> <summary> Executes the CreateItem task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.CreateItem.Include"> <summary> Gets or sets the items to include in the output item collection. </summary> <returns> The items to include in the output item collection. </returns> </member> <member name="T:Microsoft.Build.Tasks.CreateManifestResourceName"> <summary> Determines the manifest resource name to assign to a resource. </summary> </member> <member name="M:Microsoft.Build.Tasks.CreateManifestResourceName.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.CreateManifestResourceName" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.CreateManifestResourceName.CreateManifestName(System.String,System.String,System.String,System.String,System.IO.Stream)"> <summary> When overridden in a derived class, creates the manifest resource name. </summary> <returns> The manifest resource name. </returns> <param name="fileName"> The name of the dependent file. </param> <param name="linkFileName"> The name of the file specified by the Link attribute. </param> <param name="rootNamespaceName"> The root namespace. This parameter may be a null reference (Nothing in Visual Basic). </param> <param name="dependentUponFileName"> The file name of the parent of this dependency. This parameter may be a null reference (Nothing). </param> <param name="binaryStream"> The binary stream contents of the file. This parameter may be a null reference (Nothing). </param> </member> <member name="M:Microsoft.Build.Tasks.CreateManifestResourceName.Execute"> <summary> Runs the task. </summary> <returns>true if the method was successful; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.CreateManifestResourceName.IsSourceFile(System.String)"> <summary> When overridden in a derived class, indicates whether the specified file is a valid source file. </summary> <returns>true if the file is a valid source file; otherwise, false. </returns> <param name="fileName"> The file name. </param> </member> <member name="M:Microsoft.Build.Tasks.CreateManifestResourceName.MakeValidEverettIdentifier(System.String)"> <summary> Creates a valid identifier for use with Visual Studio 2003. </summary> <returns> The identifier to use with Visual Studio 2003. </returns> <param name="name"> The file name. </param> </member> <member name="P:Microsoft.Build.Tasks.CreateManifestResourceName.ManifestResourceNames"> <summary> Gets the created manifest resource names. </summary> <returns> The created manifest resource names. </returns> </member> <member name="P:Microsoft.Build.Tasks.CreateManifestResourceName.ResourceFiles"> <summary> Gets or sets the dependent resource files. </summary> <returns> The dependent resource files. </returns> </member> <member name="P:Microsoft.Build.Tasks.CreateManifestResourceName.RootNamespace"> <summary> Gets or sets the root namespace to use for naming. </summary> <returns> The root namespace to use for naming. </returns> </member> <member name="T:Microsoft.Build.Tasks.CreateProperty"> <summary> Implements the CreateProperty task. Use the CreateProperty element in your project file to create and execute this task. For usage and parameter information, see CreateProperty Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.CreateProperty.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.CreateProperty" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.CreateProperty.Execute"> <summary> Executes the CreateProperty task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.CreateProperty.Value"> <summary> Gets or sets the value to copy to the new property. </summary> <returns> The value to copy to the new property </returns> </member> <member name="P:Microsoft.Build.Tasks.CreateProperty.ValueSetByTask"> <summary> Contains the same value as the <see cref="P:Microsoft.Build.Tasks.CreateProperty.Value" /> property. </summary> <returns> The same value as the <see cref="P:Microsoft.Build.Tasks.CreateProperty.Value" /> property. </returns> </member> <member name="T:Microsoft.Build.Tasks.CreateTemporaryVCProject"> <summary> Creates a temporary Visual C++ project with MSBuild references replaced with file references. </summary> </member> <member name="M:Microsoft.Build.Tasks.CreateTemporaryVCProject.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.CreateTemporaryVCProject" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.CreateTemporaryVCProject.Configuration"> <summary> Gets or sets the configuration of the Visual C++ project file to process. </summary> <returns> The configuration of the Visual C++ project file to process. </returns> </member> <member name="M:Microsoft.Build.Tasks.CreateTemporaryVCProject.Execute"> <summary> Executes the CreateTemporaryVCProject task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.CreateTemporaryVCProject.OutputProjectFile"> <summary> Gets or sets the name of the temporary project file to create. </summary> <returns> The name of the temporary project file to create. </returns> </member> <member name="P:Microsoft.Build.Tasks.CreateTemporaryVCProject.ProjectFile"> <summary> Gets or sets the Visual C++ project file to process. </summary> <returns> The Visual C++ project file to process. </returns> </member> <member name="P:Microsoft.Build.Tasks.CreateTemporaryVCProject.ReferenceAssemblies"> <summary> Gets or sets pre-resolved outputs of MSBuild references. </summary> <returns> Pre-resolved outputs of MSBuild references. </returns> </member> <member name="P:Microsoft.Build.Tasks.CreateTemporaryVCProject.ReferenceGuids"> <summary> Gets or sets an array of GUIDs of referenced MSBuild projects. </summary> <returns> An array of GUIDs of referenced MSBuild projects. </returns> </member> <member name="P:Microsoft.Build.Tasks.CreateTemporaryVCProject.ReferenceImportLibraries"> <summary> Gets or sets pre-resolved import library (.lib) outputs of Visual C++ projects. </summary> <returns> Pre-resolved import library (.lib) outputs of Visual C++ projects. </returns> </member> <member name="T:Microsoft.Build.Tasks.CreateVisualBasicManifestResourceName"> <summary> Creates a Visual Basic-style manifest name from a given resource file name. </summary> </member> <member name="M:Microsoft.Build.Tasks.CreateVisualBasicManifestResourceName.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.CreateVisualBasicManifestResourceName" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.CreateVisualBasicManifestResourceName.CreateManifestName(System.String,System.String,System.String,System.String,System.IO.Stream)"> <summary> Returns the Visual Basic-style manifest resource name that corresponds to the specified resource file. </summary> <returns> The manifest resource name that corresponds to the specified resource file. </returns> <param name="fileName"> The name of the resource file from which to create the Visual Basic manifest name. </param> <param name="linkFileName"> The name of the link file. </param> <param name="rootNamespace"> The root namespace of the resource file, typically taken from the project file. May be null. </param> <param name="dependentUponFileName"> The file name of the parent of the resource file (usually a .vb file). May be null. </param> <param name="binaryStream"> File contents binary stream. May be null. </param> </member> <member name="M:Microsoft.Build.Tasks.CreateVisualBasicManifestResourceName.IsSourceFile(System.String)"> <summary> Indicates whether the specified file is a Visual Basic source file. </summary> <returns>true if the specified file is a Visual Basic source file; otherwise, false. </returns> <param name="fileName"> The name of the file to examine. </param> </member> <member name="T:Microsoft.Build.Tasks.Csc"> <summary> Implements the Csc task. Use the Csc element in your project file to create and execute this task. For usage and parameter information, see Csc Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.Csc.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Csc" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.Csc.AddResponseFileCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension)"> <summary> Fills the specified <paramref name="commandLine" /> parameter with switches and other information that can go into a response file. </summary> <param name="commandLine"> Command line builder to add arguments to. </param> </member> <member name="P:Microsoft.Build.Tasks.Csc.AllowUnsafeBlocks"> <summary> Gets or sets a Boolean value that indicates whether to compile code that uses the unsafe keyword. </summary> <returns>true if will compile code that uses the unsafe keyword; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Csc.BaseAddress"> <summary> Gets or sets the preferred base address at which to load a DLL. </summary> <returns> The preferred base address at which to load a DLL. </returns> </member> <member name="M:Microsoft.Build.Tasks.Csc.CallHostObjectToExecute"> <summary> Compiles the project through the host object. </summary> <returns>true if compilation succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Csc.CheckForOverflowUnderflow"> <summary> Gets or sets a Boolean value that indicates whether the Csc task should cause an exception at run time for integer arithmetic that overflows the bounds of the data type. </summary> <returns> Gets or sets a Boolean value that indicates whether true if the Csc task should cause an exception at run time for integer arithmetic that overflows the bounds of the data type. </returns> </member> <member name="P:Microsoft.Build.Tasks.Csc.DisabledWarnings"> <summary> Gets or sets the list of warnings to be disabled. </summary> <returns> The list of warnings to be disabled. </returns> </member> <member name="P:Microsoft.Build.Tasks.Csc.DocumentationFile"> <summary> Gets or sets the XML file to hold the documentation comments. </summary> <returns> The XML file to hold the documentation comments. </returns> </member> <member name="P:Microsoft.Build.Tasks.Csc.ErrorReport"> <summary> Gets or sets the method to report a C# internal compiler error to Microsoft. </summary> <returns> The method to report a C# internal compiler error to Microsoft. </returns> </member> <member name="P:Microsoft.Build.Tasks.Csc.GenerateFullPaths"> <summary> Gets or sets a Boolean value that indicates whether to generate the absolute path to the file in the compiler output (true) or to generate the name of the file in the compiler output (false). </summary> <returns>true if the Csc task should generate the absolute path to the file in the compiler output; false if the Csc task should generate the name of the file in the compiler output. </returns> </member> <member name="M:Microsoft.Build.Tasks.Csc.GenerateFullPathToTool"> <summary> Returns the full file path of the Csc tool. </summary> <returns> The full file path of the Csc tool. </returns> </member> <member name="M:Microsoft.Build.Tasks.Csc.InitializeHostObject"> <summary> Returns a host object initialization status value that indicates what the next action should be. </summary> <returns> A host object initialization status value that indicates what the next action should be. </returns> </member> <member name="P:Microsoft.Build.Tasks.Csc.LangVersion"> <summary> Gets or sets the version of the language to use. </summary> <returns> The version of the language to use. </returns> </member> <member name="P:Microsoft.Build.Tasks.Csc.ModuleAssemblyName"> <summary> Gets or sets an assembly whose non-public types a .netmodule can access. </summary> <returns> An assembly whose non-public types a .netmodule can access. </returns> </member> <member name="P:Microsoft.Build.Tasks.Csc.NoStandardLib"> <summary> Gets or sets a Boolean value that indicates whether the Csc task should prevent the import of mscorlib.dll, which defines the entire System namespace. </summary> <returns>true if the Csc task should prevent the import of mscorlib.dll; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Csc.PdbFile"> <summary> Gets or sets the path of the .pdb file. </summary> <returns> The path of the .pdb file. </returns> </member> <member name="P:Microsoft.Build.Tasks.Csc.Platform"> <summary> Gets or sets the processor platform to be targeted by the output file. </summary> <returns> The processor platform to be targeted by the output file. </returns> </member> <member name="P:Microsoft.Build.Tasks.Csc.ToolName"> <summary> Returns the name of the Csc tool (csc.exe). </summary> <returns> The name of the Csc tool (csc.exe). </returns> </member> <member name="P:Microsoft.Build.Tasks.Csc.UseHostCompilerIfAvailable"> <summary> Gets or sets a Boolean value that indicates whether the Csc task should use the in-process compiler object, if available. </summary> <returns>true if the Csc task should use the in-process compiler object, if available; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Csc.WarningLevel"> <summary> Gets or sets the warning level for the compiler to display. </summary> <returns> The warning level for the compiler to display. </returns> </member> <member name="P:Microsoft.Build.Tasks.Csc.WarningsAsErrors"> <summary> Gets or sets a list of warnings to treat as errors. </summary> <returns> The list of warnings to treat as errors. </returns> </member> <member name="P:Microsoft.Build.Tasks.Csc.WarningsNotAsErrors"> <summary> Gets or sets a list of warnings that are not treated as errors. </summary> <returns> The list of warnings that are not treated as errors. </returns> </member> <member name="T:Microsoft.Build.Tasks.Delete"> <summary> Implements the Delete task. Use the Delete element in your project file to create and execute this task. For usage and parameter information, see Delete Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.Delete.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Delete" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.Delete.DeletedFiles"> <summary> Gets or sets the files that were successfully deleted. </summary> <returns> The files that were successfully deleted. </returns> </member> <member name="M:Microsoft.Build.Tasks.Delete.Execute"> <summary> Executes the Delete task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Delete.Files"> <summary> Gets or sets the files to delete. </summary> <returns> The files to delete. </returns> </member> <member name="P:Microsoft.Build.Tasks.Delete.TreatErrorsAsWarnings"> <summary> Gets or sets a Boolean value that indicates whether errors are logged as warnings. </summary> <returns>true if errors are logged as warnings; otherwise, false. </returns> </member> <member name="T:Microsoft.Build.Tasks.Error"> <summary> Implements the Error task. Use the Error element in your project file to create and execute this task. For usage and parameter information, see Delete Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.Error.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Error" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.Error.Code"> <summary> Gets or sets the error code to associate with the error. </summary> <returns> The error code to associate with the error. </returns> </member> <member name="M:Microsoft.Build.Tasks.Error.Execute"> <summary> Executes the Error task - logs an error and stops the build. </summary> <returns>false in all cases. </returns> </member> <member name="P:Microsoft.Build.Tasks.Error.HelpKeyword"> <summary> Gets or sets the Help keyword to associate with the error. </summary> <returns> The Help keyword to associate with the error. </returns> </member> <member name="P:Microsoft.Build.Tasks.Error.Text"> <summary> Gets or sets the error text. </summary> <returns> The error text. </returns> </member> <member name="T:Microsoft.Build.Tasks.Exec"> <summary> Implements the Exec task. Use the Exec element in your project file to create and execute this task. For usage and parameter information, see Exec Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.Exec.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Exec" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.Exec.AddCommandLineCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension)"> <summary> Generates command line arguments that the command line tool must run directly from the command line and not from a response file. </summary> <param name="commandLine"> Command line builder to add arguments to. </param> </member> <member name="P:Microsoft.Build.Tasks.Exec.Command"> <summary> Gets or sets the command to run. </summary> <returns> The command to run. </returns> </member> <member name="M:Microsoft.Build.Tasks.Exec.ExecuteTool(System.String,System.String,System.String)"> <summary> Executes the cmd.exe tool, waits for its completion, and cleans up the batch file after execution completes. </summary> <returns> The exit code that the tool returns. </returns> <param name="pathToTool"> The path to the tool to execute. </param> <param name="responseFileCommands"> Command line arguments that should go into a temporary response file. </param> <param name="commandLineCommands"> Command line arguments that should be passed to the tool directly. </param> </member> <member name="M:Microsoft.Build.Tasks.Exec.GenerateFullPathToTool"> <summary> Returns the full path to the system tool cmd.exe. </summary> <returns> The full path to the system tool cmd.exe. </returns> </member> <member name="M:Microsoft.Build.Tasks.Exec.GetWorkingDirectory"> <summary> Returns the working directory to use for the tool process. </summary> <returns> The working directory to use for the tool process. </returns> </member> <member name="M:Microsoft.Build.Tasks.Exec.HandleTaskExecutionErrors"> <summary> Logs error message and handles exit code. </summary> <returns>true if exit code was ignored; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Exec.IgnoreExitCode"> <summary> Gets or sets a Boolean value that indicates whether the Exec task should ignore the exit code provided by the executed command (true) or should return false if the executed command returns a non-zero exit code (false). </summary> <returns>true if the Exec task should ignore the exit code provided by the executed command; false if the Exec task should return false if the executed command returns a non-zero exit code. </returns> </member> <member name="M:Microsoft.Build.Tasks.Exec.LogPathToTool(System.String,System.String)"> <summary> Logs the tool name and path. </summary> <param name="toolName"> The tool name. </param> <param name="pathToTool"> The current directory where the tool is run. </param> </member> <member name="M:Microsoft.Build.Tasks.Exec.LogToolCommand(System.String)"> <summary> Logs the batch file command to be executed. </summary> <param name="message"> Specify an empty string. This parameter is not used. </param> </member> <member name="P:Microsoft.Build.Tasks.Exec.Outputs"> <summary> Gets or sets the output items from the task. </summary> <returns> The output items from the task. </returns> </member> <member name="P:Microsoft.Build.Tasks.Exec.StandardErrorEncoding"> <summary> Gets the encoding of the captured task standard error stream. </summary> <returns> The encoding of the captured task standard error stream. </returns> </member> <member name="P:Microsoft.Build.Tasks.Exec.StandardErrorLoggingImportance"> <summary> Gets the importance to log ordinary messages with in the standard error stream. </summary> <returns> The importance to log ordinary messages with in the standard error stream. </returns> </member> <member name="P:Microsoft.Build.Tasks.Exec.StandardOutputEncoding"> <summary> Gets the encoding of the captured task standard output stream. </summary> <returns> The encoding of the captured task standard output stream. </returns> </member> <member name="P:Microsoft.Build.Tasks.Exec.StandardOutputLoggingImportance"> <summary> Gets the importance to log ordinary messages with in the standard out stream. </summary> <returns> The importance to log ordinary messages with in the standard out stream. </returns> </member> <member name="P:Microsoft.Build.Tasks.Exec.StdErrEncoding"> <summary> Gets or sets the encoding of the captured task standard error stream that is visible to the project. </summary> <returns> The encoding of the captured task standard error stream that is visible to the project. </returns> </member> <member name="P:Microsoft.Build.Tasks.Exec.StdOutEncoding"> <summary> Gets or sets the encoding of the captured task standard output stream that is visible to the project. </summary> <returns> The encoding of the captured task standard output stream that is visible to the project. </returns> </member> <member name="P:Microsoft.Build.Tasks.Exec.ToolName"> <summary> Gets the name of the tool (cmd.exe). </summary> <returns> The name of the tool (cmd.exe). </returns> </member> <member name="M:Microsoft.Build.Tasks.Exec.ValidateParameters"> <summary> Validates input parameters and logs errors or warnings, if any. Returns a Boolean value that indicates whether task execution should proceed. </summary> <returns>true if task execution should proceed; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Exec.WorkingDirectory"> <summary> Gets or sets the directory in which the command will run. </summary> <returns> The directory in which the command will run. </returns> </member> <member name="T:Microsoft.Build.Tasks.ExtractedClassName"> <summary> Extracts a class name from a language source file. </summary> </member> <member name="P:Microsoft.Build.Tasks.ExtractedClassName.IsInsideConditionalBlock"> <summary> Gets or sets a value indicating whether the extracted class name exists inside a block of conditionally compiled code. </summary> <returns>true to indicate the extracted class name exists inside a block of conditionally compiled code; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ExtractedClassName.Name"> <summary> Gets or sets the extracted class name. </summary> <returns> The extracted class name. </returns> </member> <member name="T:Microsoft.Build.Tasks.FindUnderPath"> <summary> Implements the FindUnderPath task. Use the FindUnderPath element in your project file to create and execute this task. For usage and parameter information, see FindUnderPath Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.FindUnderPath.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.FindUnderPath" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.FindUnderPath.Execute"> <summary> Executes the FileUnderPath task. </summary> <returns>true if task executes successfully; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.FindUnderPath.Files"> <summary> Gets or sets the files whose paths should be compared with the path specified by the <see cref="P:Microsoft.Build.Tasks.FindUnderPath.Path" /> property. </summary> <returns> The files whose paths should be compared with the path specified by the <see cref="P:Microsoft.Build.Tasks.FindUnderPath.Path" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.FindUnderPath.InPath"> <summary> Gets or sets the items that were found under the specified path. </summary> <returns> The items that were found under the specified path. </returns> </member> <member name="P:Microsoft.Build.Tasks.FindUnderPath.OutOfPath"> <summary> Gets or sets the items that were not found under the specified path. </summary> <returns> The items that were not found under the specified path. </returns> </member> <member name="P:Microsoft.Build.Tasks.FindUnderPath.Path"> <summary> Gets or sets the folder path to use as the reference. </summary> <returns> The folder path to use as the reference. </returns> </member> <member name="T:Microsoft.Build.Tasks.FormatUrl"> <summary> Converts a URL into a proper URL format. </summary> </member> <member name="M:Microsoft.Build.Tasks.FormatUrl.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.FormatUrl" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.FormatUrl.Execute"> <summary> Executes the FormatUrl task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.FormatUrl.InputUrl"> <summary> Gets or sets the URL to format. </summary> <returns> The URL to format. </returns> </member> <member name="P:Microsoft.Build.Tasks.FormatUrl.OutputUrl"> <summary> Gets or sets the formatted URL. </summary> <returns> The formatted URL. </returns> </member> <member name="T:Microsoft.Build.Tasks.FormatVersion"> <summary> Appends the revision number to the version number. </summary> </member> <member name="M:Microsoft.Build.Tasks.FormatVersion.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.FormatVersion" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.FormatVersion.Execute"> <summary> Executes the FormatVersion task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.FormatVersion.FormatType"> <summary> Gets or sets the format type. </summary> <returns> The format type. </returns> </member> <member name="P:Microsoft.Build.Tasks.FormatVersion.OutputVersion"> <summary> Gets or sets the output version that includes the revision number. </summary> <returns> The output version that includes the revision number. </returns> </member> <member name="P:Microsoft.Build.Tasks.FormatVersion.Revision"> <summary> Gets or sets the revision to append to the version. </summary> <returns> The revision to append to the version. </returns> </member> <member name="P:Microsoft.Build.Tasks.FormatVersion.Version"> <summary> Gets or sets the version number string to format. </summary> <returns> The version number string to format. </returns> </member> <member name="T:Microsoft.Build.Tasks.GenerateApplicationManifest"> <summary> Implements the GenerateApplicationManifest task. Use the GenerateApplicationManifest element in the project file to create and execute this task. For usage and parameter information, see GenerateApplicationManifest Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.GenerateApplicationManifest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.GenerateApplicationManifest" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.GenerateApplicationManifest.ClrVersion"> <summary> Gets or sets the minimum version of the Common Language Runtime (CLR) required by the application. </summary> <returns> The minimum version of the CLR required by the application. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateApplicationManifest.ConfigFile"> <summary> Gets or sets the task item that contains the application configuration file. </summary> <returns> The task item that contains the application configuration file. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateApplicationManifest.Dependencies"> <summary> Gets or sets an item list that defines the set of dependent assemblies for the generated manifest. </summary> <returns> An item list of dependent assembly names. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateApplicationManifest.Files"> <summary> Gets or sets the full paths of files to include in the manifest. </summary> <returns> Paths to files that are included in the manifest. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateApplicationManifest.IconFile"> <summary> Gets or sets the application's icon file. </summary> <returns> The icon file to use for the application. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateApplicationManifest.IsolatedComReferences"> <summary> Gets or sets COM components to isolate in the generated manifest. </summary> <returns> The COM components to isolate in the generated manifest. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateApplicationManifest.ManifestType"> <summary> Gets or sets the type of manifest to generate. </summary> <returns> The kind of manifest to generate. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateApplicationManifest.OSVersion"> <summary> Gets or sets the operating system (OS) version that is the minimum required by the application. </summary> <returns> The OS version that is the minimum required by the application. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateApplicationManifest.TrustInfoFile"> <summary> Gets or sets an XML document that specifies the application security. </summary> <returns> The XML document that specifies the application security. </returns> </member> <member name="T:Microsoft.Build.Tasks.GenerateBootstrapper"> <summary> Implements the GenerateBootstrapper task. Use the GenerateBootstrapper element in your project file to create and execute this task. For usage and parameter information, see GenerateBootstrapper Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.GenerateBootstrapper.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.GenerateBootstrapper" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.GenerateBootstrapper.ApplicationFile"> <summary> Gets or sets the file the bootstrapper will use to begin the installation of the application after all prerequisites have been installed. </summary> <returns> The file the bootstrapper will use to begin the installation of the application after all prerequisites have been installed. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateBootstrapper.ApplicationName"> <summary> Gets or sets the name of the application that the bootstrapper will install. </summary> <returns> The name of the application that the bootstrapper will install. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateBootstrapper.ApplicationUrl"> <summary> Gets or sets the Web location that is hosting the application’s installer. </summary> <returns> The Web location that is hosting the application’s installer. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateBootstrapper.BootstrapperComponentFiles"> <summary> Gets or sets the built location of bootstrapper package files. </summary> <returns> The built location of bootstrapper package files. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateBootstrapper.BootstrapperItems"> <summary> Gets or sets the products to build into the bootstrapper. </summary> <returns> The products to build into the bootstrapper. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateBootstrapper.BootstrapperKeyFile"> <summary> Gets or sets the built location of setup.exe. </summary> <returns> The built location of setup.exe. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateBootstrapper.ComponentsLocation"> <summary> Gets or sets a location for the bootstrapper to look for installation prerequisites to install. </summary> <returns> The location for the bootstrapper to look for installation prerequisites to install. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateBootstrapper.ComponentsUrl"> <summary> Gets or sets the URL containing the installation prerequisites. </summary> <returns> The URL containing the installation prerequisites. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateBootstrapper.CopyComponents"> <summary> Gets or sets a Boolean value that indicates whether the bootstrapper copies all output files to the path specified in the <see cref="P:Microsoft.Build.Tasks.GenerateBootstrapper.OutputPath" /> property. </summary> <returns>true if the bootstrapper should copy all output files to the path specified in the <see cref="P:Microsoft.Build.Tasks.GenerateBootstrapper.OutputPath" /> property; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateBootstrapper.Culture"> <summary> Gets or sets the culture to use for the bootstrapper UI and installation prerequisites. </summary> <returns> The culture to use for the bootstrapper UI and installation prerequisites. </returns> </member> <member name="M:Microsoft.Build.Tasks.GenerateBootstrapper.Execute"> <summary> Executes the GenerateBootstrapper task. </summary> <returns>true if the task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateBootstrapper.FallbackCulture"> <summary> Gets or sets the secondary culture to use for the bootstraper UI and installation prerequisites. </summary> <returns> The secondary culture to use for the bootstraper UI and installation prerequisites. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateBootstrapper.OutputPath"> <summary> Gets or sets the location to copy setup.exe and all package files. </summary> <returns> The location to copy setup.exe and all package files. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateBootstrapper.Path"> <summary> Gets or sets the location of all available prerequisite packages. </summary> <returns> The location of all available prerequisite packages. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateBootstrapper.SupportUrl"> <summary> Gets or sets the URL to provide should the bootstrapper installation fail. </summary> <returns> The URL to provide should the bootstrapper installation fail. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateBootstrapper.Validate"> <summary> Gets or sets a Boolean value that indicates whether the bootstrapper performs XSD validation on the specified input bootstrapper items. </summary> <returns>true if the bootstrapper performs XSD validation on the specified input bootstrapper items; otherwise, false. </returns> </member> <member name="T:Microsoft.Build.Tasks.GenerateDeploymentManifest"> <summary> Implements the GenerateDeploymentManifest task. Use the GenerateDeploymentManifest element in the project file to create and execute this task. For usage and parameter information, see GenerateDeploymentManifest Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.GenerateDeploymentManifest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.GenerateDeploymentManifest" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.DeploymentUrl"> <summary> Gets or sets the update location for the application. </summary> <returns> The update location for the application. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.DisallowUrlActivation"> <summary> Gets or sets a Boolean value that indicates whether the application should be run automatically when it is opened through a URL. </summary> <returns>true if the application can only be started from the Start menu; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.Install"> <summary> Gets or sets a Boolean that indicates whether the application is an installed application or an online-only application. </summary> <returns>true if the application is to be installed on the local computer and can be removed by using the Add or Remove Programs dialog box; false if the application is for online use from a Web page. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.MapFileExtensions"> <summary> Gets or sets a Boolean value that indicates whether the .deploy file name extension mapping is used. </summary> <returns>true if every program file is published with a .deploy file name extension; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.MinimumRequiredVersion"> <summary> Gets or sets a Boolean value that indicates whether the user can skip the update. </summary> <returns>true if the user can skip the update; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.Product"> <summary> Gets or sets the name of the application. </summary> <returns> The name of the application. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.Publisher"> <summary> Gets or sets the publisher of the application. </summary> <returns> The publisher of the application. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.SupportUrl"> <summary> Gets or sets the link that appears in the Uninstall or change a program dialog box for the application. The specified value should be a fully qualified URL or UNC path. </summary> <returns> The link that appears in the Uninstall or change a program dialog box for the application. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.TrustUrlParameters"> <summary> Gets or sets a Boolean value that indicates whether URL query-string parameters should be made available to the application. </summary> <returns>true if URL query-string parameters should be made available to the application; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.UpdateEnabled"> <summary> Gets or sets a Boolean value that indicates whether the application is enabled for updates. </summary> <returns>true if the application is enabled for updates; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.UpdateInterval"> <summary> Gets or sets the update interval for the application. </summary> <returns> The update interval for the application. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.UpdateMode"> <summary> Gets or sets a Boolean value that indicates whether updates should be checked. Updates can be checked before the application is started (in the foreground), or when the application is running (in the background). </summary> <returns>true if updates should be checked; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.UpdateUnit"> <summary> Gets or sets the time unit for the <see cref="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.UpdateInterval" /> property. </summary> <returns> The time unit for the <see cref="P:Microsoft.Build.Tasks.GenerateDeploymentManifest.UpdateInterval" /> property. </returns> </member> <member name="T:Microsoft.Build.Tasks.GenerateManifestBase"> <summary> Represents the base class for all manifest generation tasks. </summary> </member> <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.GenerateManifestBase" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.AddAssemblyFromItem(Microsoft.Build.Framework.ITaskItem)"> <summary> Adds an assembly reference to the manifest, based on the specified item. </summary> <returns> The assembly reference that was added to the manifest. </returns> <param name="item"> The item from which to create an assembly reference to add to the manifest. </param> </member> <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.AddAssemblyNameFromItem(Microsoft.Build.Framework.ITaskItem,Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceType)"> <summary> Adds an assembly reference to the manifest, based on the specified item and the assembly reference type. </summary> <returns> The assembly reference that was added to the manifest. </returns> <param name="item"> The item from which to create an assembly reference to add to the manifest. </param> <param name="referenceType"> The assembly reference type. </param> </member> <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.AddEntryPointFromItem(Microsoft.Build.Framework.ITaskItem,Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceType)"> <summary> Adds an entry point reference to the manifest, based on the specified item and the assembly reference type. </summary> <returns> The entry point reference that was added to the manifest. </returns> <param name="item"> The item from which to create the entry point reference to add to the manifest. </param> <param name="referenceType"> The entry point assembly reference type. </param> </member> <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.AddFileFromItem(Microsoft.Build.Framework.ITaskItem)"> <summary> Adds a file reference to the manifest, based on the specified item. </summary> <returns> The file reference that was added to the manifest. </returns> <param name="item"> The item from which to create the file reference to add to the manifest. </param> </member> <member name="P:Microsoft.Build.Tasks.GenerateManifestBase.AssemblyName"> <summary> Gets or sets the name of the assembly. </summary> <returns> The name of the assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateManifestBase.AssemblyVersion"> <summary> Gets or sets the assembly version. </summary> <returns> The assembly version. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateManifestBase.Description"> <summary> Gets or sets the manifest description text. </summary> <returns> The manifest description text. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateManifestBase.EntryPoint"> <summary> Gets or sets the managed assembly or ClickOnce manifest reference that is the entry point to the manifest. </summary> <returns> The managed assembly or ClickOnce manifest reference that is the entry point to the application. </returns> </member> <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.Execute"> <summary> Executes the GenerateManifestBase task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.FindFileFromItem(Microsoft.Build.Framework.ITaskItem)"> <summary> Returns the manifest file reference that matches the specified item. </summary> <returns> The manifest file reference that matches the specified item. </returns> <param name="item"> The item to get a file reference for. </param> </member> <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.GetObjectType"> <summary> When implemented in a derived class, returns the type of the manifest. </summary> <returns> The manifest type. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateManifestBase.InputManifest"> <summary> Gets or sets the input manifest. </summary> <returns> The input manifest. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateManifestBase.MaxTargetPath"> <summary> Gets or sets the maximum manifest file name length. </summary> <returns> The maximum manifest file name length. </returns> </member> <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.OnManifestLoaded(Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest)"> <summary> When implemented in a derived class, sets manifest properties and any dependencies. </summary> <returns>true if no errors occurred when the manifest properties are set; otherwise, false. </returns> <param name="manifest"> The manifest to set properties for. </param> </member> <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.OnManifestResolved(Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest)"> <summary> When implemented in a derived class, sets resolved manifest properties. </summary> <returns>true if no errors occurred when the manifest properties are set; otherwise, false. </returns> <param name="manifest"> The manifest to set properties for. </param> </member> <member name="P:Microsoft.Build.Tasks.GenerateManifestBase.OutputManifest"> <summary> Gets or sets the generated manifest. </summary> <returns> The generated manifest. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateManifestBase.Platform"> <summary> Gets or sets the manifest platform. </summary> <returns> The manifest platform. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateManifestBase.TargetCulture"> <summary> Gets or sets the manifest target culture code. </summary> <returns> The manifest target culture code. </returns> </member> <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.ValidateInputs"> <summary> Validates the inputs of the GenerateManifestBase task. </summary> <returns>true if input validation succeeded; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.GenerateManifestBase.ValidateOutput"> <summary> Validates the generated manifest. </summary> <returns>true if manifest validation succeeded; otherwise, false. </returns> </member> <member name="T:Microsoft.Build.Tasks.GenerateResource"> <summary> Implements the GenerateResource task. Use the GenerateResource element in your project file to create and execute this task. For usage and parameter information, see GenerateResource Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.GenerateResource.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.GenerateResource" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.GenerateResource.Execute"> <summary> Executes the GenerateResource task. </summary> <returns>true if the GenerateResource task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateResource.FilesWritten"> <summary> Gets or sets the names of all files written to disk including the cache file, if present. </summary> <returns> The names of all files written to disk. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateResource.NeverLockTypeAssemblies"> <summary> Gets or sets a Boolean value that specifies whether to create a new <see cref="T:System.AppDomain" /> to evaluate the resources (.resx) files (true) or to create a new <see cref="T:System.AppDomain" /> only when the resources files reference a user's assembly (false). </summary> <returns>true if the GenerateResource task should create a new <see cref="T:System.AppDomain" /> to evaluate the resources (.resx) files; false if the GenerateResource task should create a new <see cref="T:System.AppDomain" /> only when the resources (.resx) files reference a user's assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateResource.OutputResources"> <summary> Gets or sets the name of the generated files, such as .resources files. </summary> <returns> The name of the generated files, such as .resources files. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateResource.PublicClass"> <summary> Gets or sets a Boolean value that indicates whether the GenerateResource task should create a strongly typed resource class as a public class. </summary> <returns>true if the GenerateResource task should create a strongly typed resource class as a public class; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateResource.References"> <summary> Gets or sets the references to load types in .resx files from. </summary> <returns> The references to load types in .resx files from. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateResource.Sources"> <summary> Gets or sets the items to convert. </summary> <returns> The items to convert. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateResource.StateFile"> <summary> Gets or sets the path to an optional cache file that is used to speed up dependency checking of links in .resx input files. </summary> <returns> The path to an optional cache file that is used to speed up dependency checking of links in .resx input files. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateResource.StronglyTypedClassName"> <summary> Gets or sets the class name for the strongly typed resource class. </summary> <returns> The class name for the strongly typed resource class. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateResource.StronglyTypedFileName"> <summary> Gets or sets the filename for the source file. </summary> <returns> The filename for the source file. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateResource.StronglyTypedLanguage"> <summary> Gets or sets the language to use when generating the class source for the strongly typed resource. </summary> <returns> The language to use when generating the class source for the strongly typed resource. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateResource.StronglyTypedNamespace"> <summary> Gets or sets the namespace to use for the generated class source for the strongly typed resource. </summary> <returns> The namespace to use for the generated class source for the strongly typed resource. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateResource.UseSourcePath"> <summary> Gets or sets a Boolean value that indicates whether the input file's directory is to be used for resolving relative file paths. </summary> <returns>true if the input file's directory is to be used for resolving relative file paths; otherwise, false. </returns> </member> <member name="T:Microsoft.Build.Tasks.GenerateTrustInfo"> <summary> Generates the application trust from the base manifest, and from the <see cref="P:Microsoft.Build.Tasks.GenerateTrustInfo.TargetZone" /> and <see cref="P:Microsoft.Build.Tasks.GenerateTrustInfo.ExcludedPermissions" /> properties. </summary> </member> <member name="M:Microsoft.Build.Tasks.GenerateTrustInfo.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.GenerateTrustInfo" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.GenerateTrustInfo.BaseManifest"> <summary> Gets or sets the base manifest to generate the application trust from. </summary> <returns> The base manifest to generate the application trust from. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateTrustInfo.ExcludedPermissions"> <summary> Gets or sets one or more permission identity values separated by a semicolon to be excluded from the zone default permission set. </summary> <returns> The permission identity values to be excluded from the zone default permission set. </returns> </member> <member name="M:Microsoft.Build.Tasks.GenerateTrustInfo.Execute"> <summary> Executes the GenerateTrustInfo task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateTrustInfo.TargetZone"> <summary> Gets or sets a zone default permission set, which is obtained from machine policy. </summary> <returns> The zone default permission set. </returns> </member> <member name="P:Microsoft.Build.Tasks.GenerateTrustInfo.TrustInfoFile"> <summary> Gets or sets the file that contains the application security trust information. </summary> <returns> The file that contains the application security trust information. </returns> </member> <member name="T:Microsoft.Build.Tasks.GetAssemblyIdentity"> <summary> Implements the GetAssemblyIdentity task. Use the GetAssemblyIdentity element in your project file to create and execute this task. For usage and parameter information, see GetAssemblyIdentity Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.GetAssemblyIdentity.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.GetAssemblyIdentity" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.GetAssemblyIdentity.Assemblies"> <summary> Gets or sets the retrieved assembly identities. </summary> <returns> The retrieved assembly identities. </returns> </member> <member name="P:Microsoft.Build.Tasks.GetAssemblyIdentity.AssemblyFiles"> <summary> Gets or sets the files to retrieve identities from. </summary> <returns> The files to retrieve identities from. </returns> </member> <member name="M:Microsoft.Build.Tasks.GetAssemblyIdentity.Execute"> <summary> Executes the GetAssemblyIdentity task. </summary> <returns>true if the GetAssemblyIdentity task execution succeeded; otherwise, false. </returns> </member> <member name="T:Microsoft.Build.Tasks.GetFrameworkPath"> <summary> Implements the GetFrameworkPath task. Use the GetFrameworkPath element in your project file to create and execute this task. For usage and parameter information, see GetFrameworkPath Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.GetFrameworkPath.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.GetFrameworkPath" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.GetFrameworkPath.Execute"> <summary> Returns true in all cases. </summary> <returns>true in all cases. </returns> </member> <member name="P:Microsoft.Build.Tasks.GetFrameworkPath.Path"> <summary> Gets or sets the path of the folder that contains the latest version of the .NET Framework assemblies. </summary> <returns> The path of the folder that contains the latest version of the .NET Framework assemblies. </returns> </member> <member name="T:Microsoft.Build.Tasks.GetFrameworkSdkPath"> <summary> Implements the GetFrameworkSdkPath task. Use the GetFrameworkSdkPath element in your project file to create and execute this task. For usage and parameter information, see GetFrameworkSdkPath Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.GetFrameworkSdkPath.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.GetFrameworkSdkPath" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.GetFrameworkSdkPath.Execute"> <summary> Returns true in all cases. </summary> <returns>true in all cases. </returns> </member> <member name="P:Microsoft.Build.Tasks.GetFrameworkSdkPath.Path"> <summary> Gets or sets the path to the latest version of the .NET Framework SDK. </summary> <returns> The path to the latest version of the .NET Framework SDK. </returns> </member> <member name="T:Microsoft.Build.Tasks.LC"> <summary> Implements the LC task. Use the LC element in your project file to create and execute this task. For usage and parameter information, see LC Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.LC.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.LC" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.LC.AddCommandLineCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension)"> <summary> Generates command line arguments that the license compiler tool (lc.exe) must run directly from the command line and not from a response file. </summary> <param name="commandLine"> Command line builder to add arguments to. </param> </member> <member name="M:Microsoft.Build.Tasks.LC.GenerateFullPathToTool"> <summary> Returns the full file path of the license compiler tool (lc.exe). </summary> <returns> The full file path of the license compiler tool, or null if the license compiler tool file is not found. </returns> </member> <member name="P:Microsoft.Build.Tasks.LC.LicenseTarget"> <summary> Gets or sets the executable for which the .licenses files are generated. </summary> <returns> The executable for which the .licenses files are generated. </returns> </member> <member name="P:Microsoft.Build.Tasks.LC.NoLogo"> <summary> Gets or sets a Boolean value that specifies whether to suppress the Microsoft startup banner display. </summary> <returns>true if the Microsoft startup banner display is suppressed; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.LC.OutputDirectory"> <summary> Gets or sets the directory in which to place the output .licenses files. </summary> <returns> The directory in which to place the output .licenses files. </returns> </member> <member name="P:Microsoft.Build.Tasks.LC.OutputLicense"> <summary> Gets or sets the name of the .licenses file. </summary> <returns> The name of the .licenses file. </returns> </member> <member name="P:Microsoft.Build.Tasks.LC.ReferencedAssemblies"> <summary> Gets or sets the referenced components to load when generating the .licenses file. </summary> <returns> The referenced components to load when generating the .licenses file. </returns> </member> <member name="P:Microsoft.Build.Tasks.LC.Sources"> <summary> Gets or sets the items that contain licensed components to include in the .licenses file. </summary> <returns> The items that contain licensed components to include in the .licenses file. </returns> </member> <member name="P:Microsoft.Build.Tasks.LC.ToolName"> <summary> Gets the name of the license compiler tool. </summary> <returns> The name of the license compiler tool. </returns> </member> <member name="M:Microsoft.Build.Tasks.LC.ValidateParameters"> <summary> Validates input parameters and logs errors or warnings, if any. Returns a Boolean value that indicates whether task execution should proceed. </summary> <returns>true if task execution should proceed; otherwise, false. </returns> </member> <member name="T:Microsoft.Build.Tasks.MakeDir"> <summary> Implements the MakeDir task. Use the MakeDir element in your project file to create and execute this task. For usage and parameter information, see MakeDir Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.MakeDir.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.MakeDir" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.MakeDir.Directories"> <summary> Gets or sets the set of directories to create. </summary> <returns> The set of directories to create. </returns> </member> <member name="P:Microsoft.Build.Tasks.MakeDir.DirectoriesCreated"> <summary> Gets the directories that the MakeDir task created. </summary> <returns> The directories that the MakeDir task created. </returns> </member> <member name="M:Microsoft.Build.Tasks.MakeDir.Execute"> <summary> Executes the MakeDir task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="T:Microsoft.Build.Tasks.ManagedCompiler"> <summary> Defines the properties and methods common to managed compiler tasks. </summary> </member> <member name="M:Microsoft.Build.Tasks.ManagedCompiler.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.ManagedCompiler" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.ManagedCompiler.AddCommandLineCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension)"> <summary> Generates command line arguments that the command line tool must run directly from the command line and not from a response file. </summary> <param name="commandLine"> Command line builder to add arguments to. </param> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.AdditionalLibPaths"> <summary> Gets or sets the additional folders in which to look for assemblies. </summary> <returns> The additional folders in which to look for assemblies. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.AddModules"> <summary> Gets or sets the modules for the compiler to make available to the project you are currently compiling. </summary> <returns> The modules for the compiler to make available to the project you are currently compiling. </returns> </member> <member name="M:Microsoft.Build.Tasks.ManagedCompiler.AddResponseFileCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension)"> <summary> Fills the specified <paramref name="commandLine" /> parameter with the switches and other information that can go into a response file. </summary> <param name="commandLine"> Command line builder to add arguments to. </param> </member> <member name="M:Microsoft.Build.Tasks.ManagedCompiler.CheckAllReferencesExistOnDisk"> <summary> Verifies that all specified references exist on disk. </summary> <returns>true if all references exist on disk; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.ManagedCompiler.CheckHostObjectSupport(System.String,System.Boolean)"> <summary> Logs a message if the specified parameter is not supported by the host compiler. </summary> <param name="parameterName"> The parameter name to set on the host compiler. </param> <param name="resultFromHostObjectSetOperation">true if the host compiler supports <paramref name="parameterName" />; otherwise, false</param> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.CodePage"> <summary> Gets or sets the code page to use for all source code files in the compilation. </summary> <returns> The code page to use for all source code files in the compilation. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.DebugType"> <summary> Gets or sets the debug type. </summary> <returns> The debug type. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.DefineConstants"> <summary> Gets or sets the conditional compiler constants. </summary> <returns> The conditional compiler constants. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.DelaySign"> <summary> Gets or sets a value indicating whether the public key is placed in the assembly. </summary> <returns>true if the public key is placed in the assembly; false if the assembly is fully signed. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.EmitDebugInformation"> <summary> Gets or sets a value indicating whether the compiler generates debugging information. </summary> <returns>true if debugging information is generated; otherwise, false; </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.FileAlignment"> <summary> Gets or sets a value indicating where to align the sections of the output file. </summary> <returns> A value indicating where to align the sections of the output file. </returns> </member> <member name="M:Microsoft.Build.Tasks.ManagedCompiler.HandleTaskExecutionErrors"> <summary> Handles the return code from the compiler. </summary> <returns>true if the return code was handled successfully; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.HostCompilerSupportsAllParameters"> <summary> Gets or sets a value indicating wheter the host compilter supports all task parameters. </summary> <returns>true if the host compiler supports all task parameters; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.KeyContainer"> <summary> Gets or sets the name of the cryptographic key container. </summary> <returns> The name of the cryptographic key container. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.KeyFile"> <summary> Gets or sets the file name containing the cryptographic key. </summary> <returns> The file name containing the cryptographic key. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.LinkResources"> <summary> Gets or sets the .NET Framework resource files to link to the output file. </summary> <returns> The .NET Framework resource files to link to the output file. </returns> </member> <member name="M:Microsoft.Build.Tasks.ManagedCompiler.ListHasNoDuplicateItems(Microsoft.Build.Framework.ITaskItem[],System.String)"> <summary> Determines if any duplicate items exist in the specified task parameter. </summary> <returns>true if the item list contains no duplicates; otherwise, false. </returns> <param name="itemList"> The list of items to examine for duplicates. </param> <param name="parameterName"> The name of the parameter that contains the <paramref name="itemList" />. </param> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.MainEntryPoint"> <summary> Gets or sets the class or module that contains the main entry point. </summary> <returns> The class or module that contains the main entry point. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.NoConfig"> <summary> Gets or sets a value indicating whether the compiler should use the default response file. </summary> <returns>true if the compiler is not using the default response file; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.NoLogo"> <summary> Gets or sets a value indicating whether to suppress the compiler banner information. </summary> <returns>true to suppress the compiler banner information; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.Optimize"> <summary> Gets or sets a value indicating whether to enable compiler optimizations. </summary> <returns>true to enable compiler optimizations; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.OutputAssembly"> <summary> Gets or sets the name of the output file. </summary> <returns> The name of the output file. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.References"> <summary> Gets or sets the items from which the compiler will import public type information. </summary> <returns> The items from which the compiler will import public type information. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.Resources"> <summary> Gets or sets the .NET Framework resources to embed in the output file. </summary> <returns> The .NET Framework resources to embed in the output file. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.ResponseFiles"> <summary> Gets or sets the response files that contain commands for the task. </summary> <returns> The response files that contain commands for the task. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.Sources"> <summary> Gets or sets the source files to compile. </summary> <returns> The source files to compile. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.StandardOutputEncoding"> <summary> Gets or sets the encoding of the captured task standard output stream. </summary> <returns> The encoding of the captured task standard output stream. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.TargetType"> <summary> Gets or sets the file format of the output file. </summary> <returns> The file format of the output file. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.TreatWarningsAsErrors"> <summary> Gets or sets a value indicating whether warnings are treated as errors. </summary> <returns>true if warnings are treated as errors; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.Utf8Output"> <summary> Gets or sets a value indicating whether compiler output is logged using UTF-8 encoding. </summary> <returns>true if compiler output is logged using UTF-8 encoding; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.ManagedCompiler.ValidateParameters"> <summary> Validates the task parameters. </summary> <returns>true if all parameters are valid; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.Win32Icon"> <summary> Gets or sets the icon file name. </summary> <returns> The icon file name. </returns> </member> <member name="P:Microsoft.Build.Tasks.ManagedCompiler.Win32Resource"> <summary> Gets or sets a Win32 resource (.res) file to insert in the output file. </summary> <returns> The Win32 resource (.res) file to insert in the output file. </returns> </member> <member name="T:Microsoft.Build.Tasks.Message"> <summary> Implements the Message task. Use the Message element in your project file to create and execute this task. For usage and parameter information, see Message Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.Message.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Message" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.Message.Execute"> <summary> Executes the Message task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Message.Importance"> <summary> Gets or sets the importance of the message. </summary> <returns> The importance of the message. </returns> </member> <member name="P:Microsoft.Build.Tasks.Message.Text"> <summary> Gets or sets the error text to log. </summary> <returns> The error text to log. </returns> </member> <member name="T:Microsoft.Build.Tasks.MSBuild"> <summary> Implements the MSBuild task. Use the MSBuild element in your project file to create and execute this task. For usage and parameter information, see MSBuild Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.MSBuild.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.MSBuild" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.MSBuild.Execute"> <summary> Instructs the MSBuild engine to build one or more project files whose locations are specified by the <see cref="P:Microsoft.Build.Tasks.MSBuild.Projects" /> property. </summary> <returns>true if all projects build successfully; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.MSBuild.Projects"> <summary> Gets or sets the project files to build. </summary> <returns> The project files to build. </returns> </member> <member name="P:Microsoft.Build.Tasks.MSBuild.Properties"> <summary> Gets or sets a semicolon-delimited list of property name/value pairs to apply as global properties to the child project. </summary> <returns> A semicolon-delimited list of property name/value pairs to apply as global properties to the child project. </returns> </member> <member name="P:Microsoft.Build.Tasks.MSBuild.RebaseOutputs"> <summary> Gets or sets a Boolean value that specifies whether the relative paths of target output items from the built projects have their paths adjusted to be relative to the calling project. </summary> <returns>true if the relative paths of target output items from the built projects have their paths adjusted to be relative to the calling project. </returns> </member> <member name="P:Microsoft.Build.Tasks.MSBuild.RunEachTargetSeparately"> <summary> Gets or sets a Boolean value that specifies whether the MSBuild task invokes each target in the list passed to MSBuild one at a time, instead of at the same time. </summary> <returns>true if the MSBuild task invokes each target in the list passed to MSBuild one at a time; false if the MSBuild task invokes all targets in the list at the same time. </returns> </member> <member name="P:Microsoft.Build.Tasks.MSBuild.StopOnFirstFailure"> <summary> Gets or sets a Boolean value that specifies whether the task should stop building the remaining projects as soon as any one of them may not work. </summary> <returns>true if the task should stop building the remaining projects as soon as any one of them may not work; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.MSBuild.TargetOutputs"> <summary> Returns the outputs of the built targets from all the project files. Only the outputs from the targets that were specified are returned, not any outputs that may exist on targets that those targets depend on. </summary> <returns> The outputs of the built targets from all the project files. </returns> </member> <member name="P:Microsoft.Build.Tasks.MSBuild.Targets"> <summary> Gets or sets the target or targets to build in the project files. Use a semicolon to separate a list of target names. </summary> <returns> The target or targets to build in the project files. </returns> </member> <member name="T:Microsoft.Build.Tasks.ReadLinesFromFile"> <summary> Implements the ReadLinesFromFile task. Use the ReadLinesFromFile element in your project file to create and execute this task. For usage and parameter information, see ReadLinesFromFile Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.ReadLinesFromFile.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.ReadLinesFromFile" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.ReadLinesFromFile.Execute"> <summary> Executes the ReadLinesFromFile task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ReadLinesFromFile.File"> <summary> Gets or sets the file to read. </summary> <returns> The file to read. </returns> </member> <member name="P:Microsoft.Build.Tasks.ReadLinesFromFile.Lines"> <summary> Gets or sets the lines read from the file. </summary> <returns> The lines read from the file. </returns> </member> <member name="T:Microsoft.Build.Tasks.RegisterAssembly"> <summary> Implements the RegisterAssembly task. Use the RegisterAssembly element in your project file to create and execute this task. For usage and parameter information, see RegisterAssembly Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.RegisterAssembly.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.RegisterAssembly" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.RegisterAssembly.Assemblies"> <summary> Gets or sets the assemblies to be registered with COM. </summary> <returns> The assemblies to be registered with COM. </returns> </member> <member name="P:Microsoft.Build.Tasks.RegisterAssembly.AssemblyListFile"> <summary> Gets or sets information about the state between the RegisterAssembly task and the UnregisterAssembly task. This prevents the UnregisterAssembly task from attempting to unregister an assembly that failed to register in the RegisterAssembly task. </summary> <returns> The state information necessary for the UnregisterAssembly task to do proper clean-up. </returns> </member> <member name="P:Microsoft.Build.Tasks.RegisterAssembly.CreateCodeBase"> <summary> Gets or sets a Boolean value that specifies whether the task creates a codebase entry in the registry, which specifies the file path for an assembly that is not installed in the global assembly cache. </summary> <returns>true if the task creates a codebase entry in the registry; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.RegisterAssembly.Execute"> <summary> Executes the RegisterAssembly task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.RegisterAssembly.ReportEvent(System.Runtime.InteropServices.ExporterEventKind,System.Int32,System.String)"> <summary> Callback method for reporting the type library export events. </summary> <param name="kind"> Describes the callbacks that the type library exporter makes when exporting a type library. </param> <param name="code"> The error code of the export event. </param> <param name="msg"> The message of the export event. </param> </member> <member name="M:Microsoft.Build.Tasks.RegisterAssembly.ResolveRef(System.Reflection.Assembly)"> <summary> Callback method for finding the type library for the specified assembly. </summary> <returns>null in all cases. </returns> <param name="assemblyToResolve"> The assembly to find type libraries for. </param> </member> <member name="P:Microsoft.Build.Tasks.RegisterAssembly.TypeLibFiles"> <summary> Gets or sets the type library to generate from the specified assembly. </summary> <returns> The type library to generate from the specified assembly. </returns> </member> <member name="T:Microsoft.Build.Tasks.RemoveDir"> <summary> Implements the RemoveDir task. Use the RemoveDir element in your project file to create and execute this task. For usage and parameter information, see RemoveDir Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.RemoveDir.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.RemoveDir" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.RemoveDir.Directories"> <summary> Gets or sets the directories to delete. </summary> <returns> The directories to delete. </returns> </member> <member name="M:Microsoft.Build.Tasks.RemoveDir.Execute"> <summary> Executes the RemoveDir task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.RemoveDir.RemovedDirectories"> <summary> Gets or sets the directories that were successfully deleted. </summary> <returns> The directories that were successfully deleted. </returns> </member> <member name="T:Microsoft.Build.Tasks.RemoveDuplicates"> <summary> Implements the RemoveDuplicates task. Use the RemoveDuplicates element in your project file to create and execute this task. For usage and parameter information, see RemoveDuplicates Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.RemoveDuplicates.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.RemoveDuplicates" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.RemoveDuplicates.Execute"> <summary> Executes the RemoveDuplicates task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.RemoveDuplicates.Filtered"> <summary> Gets or sets an item collection with all duplicate items removed. </summary> <returns> An item collection with all duplicate items removed. </returns> </member> <member name="P:Microsoft.Build.Tasks.RemoveDuplicates.Inputs"> <summary> Gets or sets the items to remove duplicate items from. </summary> <returns> The items to remove duplicate items from. </returns> </member> <member name="T:Microsoft.Build.Tasks.ResolveAssemblyReference"> <summary> Implements the ResolveAssemblyReference task. Use the ResolveAssemblyReference element in your project file to create and execute this task. For usage and parameter information, see ResolveAssemblyReference Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.ResolveAssemblyReference.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.ResolveAssemblyReference" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.AllowedAssemblyExtensions"> <summary> Gets or sets the assembly extensions that will be considered during references resolution. </summary> <returns> The assembly extensions that will be considered during references resolution. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.AppConfigFile"> <summary> Gets or sets the App.Config file path. </summary> <returns> The App.Config file path. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.Assemblies"> <summary> Gets or sets the assembly names to resolve into full paths and to find dependencies for. </summary> <returns> The assembly names to resolve into full paths and to find dependencies for. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.AssemblyFiles"> <summary> Gets or sets a list of fully qualified assembly paths to find dependencies for. </summary> <returns> The list of fully qualified assembly paths to find dependencies for. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.AutoUnify"> <summary> Gets or sets a Boolean value that specifies whether the resulting dependency graph is automatically treated as if there were an App.Config file passed in to the <see cref="P:Microsoft.Build.Tasks.ResolveAssemblyReference.AppConfigFile" /> property. </summary> <returns>true if the resulting dependency graph is automatically treated as if there were an App.Config file passed in to the <see cref="P:Microsoft.Build.Tasks.ResolveAssemblyReference.AppConfigFile" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.CandidateAssemblyFiles"> <summary> Gets or sets a list of assemblies, which must be absolute file names or project-relative file names, to use for the search and resolution process. </summary> <returns> The list of assemblies to use for the search and resolution process. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.CopyLocalFiles"> <summary> Returns all files in the <see cref="P:Microsoft.Build.Tasks.ResolveAssemblyReference.ResolvedFiles" />, <see cref="P:Microsoft.Build.Tasks.ResolveAssemblyReference.ResolvedDependencyFiles" />, <see cref="P:Microsoft.Build.Tasks.ResolveAssemblyReference.RelatedFiles" />, <see cref="P:Microsoft.Build.Tasks.ResolveAssemblyReference.SatelliteFiles" />, and <see cref="T:Microsoft.Build.Tasks.ResolveAssemblyReference" /> properties that have the CopyLocal item metadata with a value of true. </summary> <returns> All files in the <see cref="P:Microsoft.Build.Tasks.ResolveAssemblyReference.ResolvedFiles" />, <see cref="P:Microsoft.Build.Tasks.ResolveAssemblyReference.ResolvedDependencyFiles" />, <see cref="P:Microsoft.Build.Tasks.ResolveAssemblyReference.RelatedFiles" />, <see cref="P:Microsoft.Build.Tasks.ResolveAssemblyReference.SatelliteFiles" />, and <see cref="P:Microsoft.Build.Tasks.ResolveAssemblyReference.ScatterFiles" /> properties that have the CopyLocal item metadata with a value of true. </returns> </member> <member name="M:Microsoft.Build.Tasks.ResolveAssemblyReference.Execute"> <summary> Executes the ResolveAssemblyReference task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.FilesWritten"> <summary> Gets or sets the items written to disk. </summary> <returns> The items written to disk. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.FindDependencies"> <summary> Gets or sets a Boolean value that specifies whether dependencies will be found (true) or only primary references will be found (false). </summary> <returns>true if dependencies will be found; false if only primary references will be found. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.FindRelatedFiles"> <summary> Gets or sets a Boolean value that specifies whether related files such as .pdb files and .xml files will be found. </summary> <returns>true if related files such as .pdb files and .xml files will be found; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.FindSatellites"> <summary> Gets or sets a Boolean value that specifies whether satellite assemblies will be found. </summary> <returns>true if satellite assemblies will be found; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.FindSerializationAssemblies"> <summary> Gets or sets a Boolean value that specifies whether the serialization assemblies will be found. </summary> <returns>true if the serialization assemblies will be found; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.InstalledAssemblyTables"> <summary> Gets or sets a list of XML files that contain assemblies that are expected to be installed on the target machine. </summary> <returns> A list of XML files that contain assemblies that are expected to be installed on the target machine. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.RelatedFiles"> <summary> Gets related files, such as .xml and .pdb files with the same base name as a reference. </summary> <returns> The related files. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.ResolvedDependencyFiles"> <summary> Gets the nth order paths to dependencies. </summary> <returns> The nth order paths to dependencies. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.ResolvedFiles"> <summary> Gets a list of all primary references resolved to full paths. </summary> <returns> The list of all primary references resolved to full paths. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.SatelliteFiles"> <summary> Gets any satellite files found. </summary> <returns> Any satellite files found. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.ScatterFiles"> <summary> Gets the scatter files associated with one of the given assemblies. </summary> <returns> The scatter files associated with one of the given assemblies. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.SearchPaths"> <summary> Specifies the directories or special locations that are searched to find the files on disk that represent the assemblies. </summary> <returns> The directories or special locations that are searched to find the files on disk that represent the assemblies. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.SerializationAssemblyFiles"> <summary> Gets the serialization assemblies. </summary> <returns> The serialization assemblies. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.Silent"> <summary> Gets or sets a Boolean value that specifies whether no messages are logged. </summary> <returns>true if no messages are logged; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.StateFile"> <summary> Gets or sets a file name that indicates where to save the intermediate build state for this task. </summary> <returns> The file name that indicates where to save the intermediate build state for this task. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.SuggestedRedirects"> <summary> Gets one item for every distinct conflicting assembly identity, regardless of the value of the <see cref="P:Microsoft.Build.Tasks.ResolveAssemblyReference.AutoUnify" /> property. </summary> <returns> The items that correspond to distinct conflicting assembly identities. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.TargetFrameworkDirectories"> <summary> Gets or sets the path to the target framework directory. </summary> <returns> The path to the target framework directory. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveAssemblyReference.TargetProcessorArchitecture"> <summary> Gets or sets the preferred target processor architecture used for resolving Global Assembly Cache (GAC) references, which can have a value of x86, IA64, or AMD64. </summary> <returns> The preferred target processor architecture used for resolving Global Assembly Cache (GAC) references. </returns> </member> <member name="T:Microsoft.Build.Tasks.ResolveComReference"> <summary> Implements the ResolveComReference task. Use the ResolveComReference element in your project file to create and execute this task. For usage and parameter information, see ResolveComReference Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.ResolveComReference.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.ResolveComReference" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.ResolveComReference.DelaySign"> <summary> Gets or sets a Boolean value that specifies whether the ResolveComReference task places the public key in the assembly (true) or fully signs the assembly (false). </summary> <returns>true if the ResolveComReference task places the public key in the assembly; false if the ResolveComReference task fully signs the assembly. </returns> </member> <member name="M:Microsoft.Build.Tasks.ResolveComReference.Execute"> <summary> Executes the ResolveComReference task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveComReference.KeyContainer"> <summary> Gets or sets a container that holds a key pair. </summary> <returns> A container that holds a key pair. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveComReference.KeyFile"> <summary> Gets or sets an item that contains a key pair. </summary> <returns> An item that contains a key pair. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveComReference.NoClassMembers"> <summary> Gets or sets a Boolean value that specifies whether to pass the <see cref="F:System.Runtime.InteropServices.TypeLibImporterFlags.PreventClassMembers" /> flag to .tlb wrapper generation. </summary> <returns>true if the task should pass the <see cref="F:System.Runtime.InteropServices.TypeLibImporterFlags.PreventClassMembers" /> flag to .tlb wrapper generation; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveComReference.ResolvedAssemblyReferences"> <summary> Gets or sets the resolved assembly references. </summary> <returns> The resolved assembly references. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveComReference.ResolvedFiles"> <summary> Gets or sets the fully qualified files on disk that correspond to the physical locations of the type libraries that were provided as input to this task. </summary> <returns> The fully qualified files on disk that correspond to the physical locations of the type libraries that were provided as input to this task. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveComReference.ResolvedModules"> <summary> Gets or sets the paths to the modules that were found. </summary> <returns> The paths to the modules that were found. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveComReference.StateFile"> <summary> Gets or sets the cache file for COM component timestamps. </summary> <returns> The cache file for COM component timestamps. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveComReference.TypeLibFiles"> <summary> Gets or sets the type library file path to COM references. </summary> <returns> The type library file path to COM references. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveComReference.TypeLibNames"> <summary> Gets or sets the type library names to resolve. </summary> <returns> The type library names to resolve. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveComReference.WrapperOutputDirectory"> <summary> Gets or sets the location on disk where the generated interop assembly is placed. </summary> <returns> The location on disk where the generated interop assembly is placed. </returns> </member> <member name="T:Microsoft.Build.Tasks.ResolveKeySource"> <summary> Implements the ResolveKeySource task. Use the ResolveKeySource element in your project file to create and execute this task. For usage and parameter information, see ResolveKeySource Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.ResolveKeySource.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.ResolveKeySource" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.ResolveKeySource.AutoClosePasswordPromptShow"> <summary> Gets or sets the amount of time, in seconds, to display the count down message. </summary> <returns> The amount of time, in seconds, to display the count down message. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveKeySource.AutoClosePasswordPromptTimeout"> <summary> Gets or sets the amount of time, in seconds, to wait before closing the password prompt dialog. </summary> <returns> The amount of time, in seconds, to wait before closing the password prompt dialog. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveKeySource.CertificateFile"> <summary> Gets or sets the path of the certificate file. </summary> <returns> The path of the certificate file. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveKeySource.CertificateThumbprint"> <summary> Gets or sets the certificate thumbprint. </summary> <returns> The certificate thumbprint. </returns> </member> <member name="M:Microsoft.Build.Tasks.ResolveKeySource.Execute"> <summary> Executes the ResolveKeySource task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveKeySource.KeyFile"> <summary> Gets or sets the path of the key file. </summary> <returns> The path of the key file. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveKeySource.ResolvedKeyContainer"> <summary> Gets or sets the resolved key container. </summary> <returns> The resolved key container. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveKeySource.ResolvedKeyFile"> <summary> Gets or sets the resolved key file. </summary> <returns> The resolved key file. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveKeySource.ResolvedThumbprint"> <summary> Gets or sets the resolved certificate thumbprint. </summary> <returns> The resolved certificate thumbprint. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveKeySource.ShowImportDialogDespitePreviousFailures"> <summary> Gets or sets a Boolean value that specifies whether to show the import dialog despite previous failures. </summary> <returns>true if the task should show the import dialog despite previous failures; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveKeySource.SuppressAutoClosePasswordPrompt"> <summary> Gets or sets a Boolean value that specifies whether the password prompt dialog should not auto-close. </summary> <returns>true the password prompt dialog should not auto-close; otherwise, false. </returns> </member> <member name="T:Microsoft.Build.Tasks.ResolveManifestFiles"> <summary> This task resolves the following items in the build process: built items, dependencies, satellites, content, debug symbols, and documentation) to files for manifest generation. </summary> </member> <member name="M:Microsoft.Build.Tasks.ResolveManifestFiles.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.ResolveManifestFiles" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.ResolveManifestFiles.EntryPoint"> <summary> Gets or sets the managed assembly or ClickOnce manifest reference that is the entry point to the manifest. </summary> <returns> The entry point. </returns> </member> <member name="M:Microsoft.Build.Tasks.ResolveManifestFiles.Execute"> <summary> Executes the ResolveManifestFiles task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveManifestFiles.ExtraFiles"> <summary> Gets or sets the extra files. </summary> <returns> The extra files. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveManifestFiles.Files"> <summary> Gets or sets the input files. </summary> <returns> The input files. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveManifestFiles.ManagedAssemblies"> <summary> Gets or sets the managed assemblies. </summary> <returns> The managed assemblies. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveManifestFiles.NativeAssemblies"> <summary> Gets or sets the native assemblies. </summary> <returns> The native assemblies. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveManifestFiles.OutputAssemblies"> <summary> Gets or sets the generated assemblies. </summary> <returns> The generated assemblies. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveManifestFiles.OutputFiles"> <summary> Gets or sets the output files. </summary> <returns> The output files. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveManifestFiles.PublishFiles"> <summary> Gets or sets the publish files. </summary> <returns> The publish files. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveManifestFiles.SatelliteAssemblies"> <summary> Gets or sets the satellite assemblies. </summary> <returns> The satellite assemblies. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveManifestFiles.TargetCulture"> <summary> Gets or sets the target culture for satellite assemblies. </summary> <returns> The target culture for satellite assemblies. </returns> </member> <member name="T:Microsoft.Build.Tasks.ResolveNativeReference"> <summary> Implements the ResolveNativeReference task. Use the ResolveNativeReference element in your project file to create and execute this task. For usage and parameter information, see ResolveNativeReference Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.ResolveNativeReference.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.ResolveNativeReference" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.ResolveNativeReference.AdditionalSearchPaths"> <summary> Gets or sets the search paths for resolving assembly identities of native references. </summary> <returns> The search paths for resolving assembly identities of native references. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveNativeReference.ContainedComComponents"> <summary> Gets or sets the COM components of the native assembly. </summary> <returns> The COM components of the native assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveNativeReference.ContainedLooseEtcFiles"> <summary> Gets or sets the loose Etc files listed in the native manifest. </summary> <returns> The loose Etc files listed in the native manifest. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveNativeReference.ContainedLooseTlbFiles"> <summary> Gets or sets the loose .tlb files of the native assembly. </summary> <returns> The loose .tlb files of the native assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveNativeReference.ContainedPrerequisiteAssemblies"> <summary> Gets or sets the assemblies that must be present before the manifest can be used. </summary> <returns> The assemblies that must be present before the manifest can be used. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveNativeReference.ContainedTypeLibraries"> <summary> Gets or sets the type libraries of the native assembly. </summary> <returns> The type libraries of the native assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveNativeReference.ContainingReferenceFiles"> <summary> Gets or sets the reference files. </summary> <returns> The reference files. </returns> </member> <member name="M:Microsoft.Build.Tasks.ResolveNativeReference.Execute"> <summary> Executes the ResolveNativeReference task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveNativeReference.NativeReferences"> <summary> Gets or sets the Win32 native assembly references. </summary> <returns> The Win32 native assembly references. </returns> </member> <member name="T:Microsoft.Build.Tasks.ResolveNonMSBuildProjectOutput"> <summary> Determines the output files for non-MSBuild project references. </summary> </member> <member name="M:Microsoft.Build.Tasks.ResolveNonMSBuildProjectOutput.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.ResolveNonMSBuildProjectOutput" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.ResolveNonMSBuildProjectOutput.Execute"> <summary> Executes the ResolveNonMSBuildProjectOutput task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveNonMSBuildProjectOutput.PreresolvedProjectOutputs"> <summary> Gets or sets an XML string containing resolved project outputs. </summary> <returns> An XML string containing resolved project outputs. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveNonMSBuildProjectOutput.ResolvedOutputPaths"> <summary> Gets or sets resolved reference paths that preserve the original project reference attributes. </summary> <returns> The resolved reference paths that preserve the original project reference attributes. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveNonMSBuildProjectOutput.UnresolvedProjectReferences"> <summary> Gets or sets project reference items that are in the MSBuild format. </summary> <returns> Project reference items that are in the MSBuild format. </returns> </member> <member name="T:Microsoft.Build.Tasks.ResolveProjectBase"> <summary> Represents the base class for <see cref="T:Microsoft.Build.Tasks.ResolveNonMSBuildProjectOutput" /> and <see cref="T:Microsoft.Build.Tasks.AssignProjectConfiguration" />. </summary> </member> <member name="M:Microsoft.Build.Tasks.ResolveProjectBase.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.ResolveProjectBase" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.ResolveProjectBase.GetProjectItem(Microsoft.Build.Framework.ITaskItem)"> <summary> Retrieves the XML contents of the project element of the specified project. </summary> <returns> The XML contents of the project element of the specified project. </returns> <param name="projectRef"> A project reference that contains a project GUID attribute. </param> </member> <member name="P:Microsoft.Build.Tasks.ResolveProjectBase.ProjectReferences"> <summary> Gets or sets the project references. </summary> <returns> The project references. </returns> </member> <member name="T:Microsoft.Build.Tasks.ResolveVCProjectOutput"> <summary> Determines the output files for Visual C++ project references. </summary> </member> <member name="M:Microsoft.Build.Tasks.ResolveVCProjectOutput.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.ResolveVCProjectOutput" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.ResolveVCProjectOutput.Configuration"> <summary> Gets or sets the configuration to look up for the Visual C++ project when using the Visual C++ project engine object model. </summary> <returns> The configuration to look up for the Visual C++ project. </returns> </member> <member name="M:Microsoft.Build.Tasks.ResolveVCProjectOutput.Execute"> <summary> Executes the ResolveVCProjectOutput task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveVCProjectOutput.Override"> <summary> Gets or sets the path of the override stylesheet that the ResolveVCProjectOutput task uses to change the directory of the Visual C++ built project. </summary> <returns> The path of the override stylesheet. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveVCProjectOutput.ProjectReferences"> <summary> Gets or sets Visual C++ project references. </summary> <returns> Visual C++ project references. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveVCProjectOutput.ResolvedImportLibraryPaths"> <summary> Gets or sets resolved .LIB file paths for native Visual C++ projects and preserves the original project reference attributes. </summary> <returns> The resolved .LIB file paths for native Visual C++ projects. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveVCProjectOutput.ResolvedOutputPaths"> <summary> Gets or sets resolved reference paths for managed Visual C++ projects. Preserves the original project reference attributes. </summary> <returns> The resolved reference paths for managed Visual C++ projects. </returns> </member> <member name="P:Microsoft.Build.Tasks.ResolveVCProjectOutput.SolutionFile"> <summary> Gets or sets the path of the solution file that is used to set the solution macros for VCBuild. </summary> <returns> The path of the solution file. </returns> </member> <member name="T:Microsoft.Build.Tasks.SGen"> <summary> Implements the SGen task. Use the SGen element in your project file to create and execute this task. For usage and parameter information, see SGen Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.SGen.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.SGen" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.SGen.BuildAssemblyName"> <summary> Gets or sets the assembly to generate serialization code for. </summary> <returns> The assembly to generate serialization code for. </returns> </member> <member name="P:Microsoft.Build.Tasks.SGen.BuildAssemblyPath"> <summary> Gets or sets the path to the assembly to generate serialization code for. </summary> <returns> The path to the assembly to generate serialization code for. </returns> </member> <member name="P:Microsoft.Build.Tasks.SGen.DelaySign"> <summary> Gets or sets a Boolean value that specifies whether the SGen task places the public key in the assembly (true) or fully signs the assembly (false). </summary> <returns>true if the SGen task places the public key in the assembly; false if the SGen task fully signs the assembly. </returns> </member> <member name="M:Microsoft.Build.Tasks.SGen.GenerateCommandLineCommands"> <summary> Gets the switches and other information that the command line tool must run directly from the command line and not from a response file. </summary> <returns> A string containing the switches and other information that the command line tool must run directly from the command line and not from a response file. </returns> </member> <member name="M:Microsoft.Build.Tasks.SGen.GenerateFullPathToTool"> <summary> Gets the full file path of the SGen tool. </summary> <returns> The full file path of the SGen tool. </returns> </member> <member name="P:Microsoft.Build.Tasks.SGen.KeyContainer"> <summary> Gets or sets a container that holds a key pair. </summary> <returns> The container that holds a key pair. </returns> </member> <member name="P:Microsoft.Build.Tasks.SGen.KeyFile"> <summary> Gets or sets a key pair or a public key to use to sign an assembly. </summary> <returns> A key pair or a public key to use to sign an assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.SGen.References"> <summary> Gets or sets the assemblies that are referenced by the types requiring XML serialization. </summary> <returns> The assemblies that are referenced by the types requiring XML serialization. </returns> </member> <member name="P:Microsoft.Build.Tasks.SGen.SerializationAssembly"> <summary> Gets or sets the generated serialization assembly. </summary> <returns> The generated serialization assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.SGen.SerializationAssemblyName"> <summary> Gets the name of the generated serialization assembly. </summary> <returns> The name of the generated serialization assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.SGen.ShouldGenerateSerializer"> <summary> Gets or sets a Boolean value that specifies whether the SGen task should generate a serialization assembly. </summary> <returns>true if the SGen task should generate a serialization assembly; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.SGen.SkipTaskExecution"> <summary> Indicates whether task execution should be skipped. </summary> <returns>true if task execution should be skipped; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.SGen.ToolName"> <summary> Gets the name of the tool executable file (sgen.exe). </summary> <returns> The name of the tool executable file. </returns> </member> <member name="P:Microsoft.Build.Tasks.SGen.UseProxyTypes"> <summary> Gets or sets a Boolean value that specifies whether the SGen task generates serialization code only for the XML Web service proxy types. </summary> <returns>true if the SGen task generates serialization code only for the XML Web service proxy types; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.SGen.ValidateParameters"> <summary> Validates input parameters and logs errors or warnings, if any. Returns a Boolean value that indicates whether task execution should proceed. </summary> <returns>true if task execution should proceed; otherwise, false. </returns> </member> <member name="T:Microsoft.Build.Tasks.SignFile"> <summary> Implements the SignFile task. Use the SignFile element in your project file to create and execute this task. For usage and parameter information, see SignFile Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.SignFile.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.SignFile" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.SignFile.CertificateThumbprint"> <summary> Gets or sets the certificate to use for signing. </summary> <returns> The certificate to use for signing. </returns> </member> <member name="M:Microsoft.Build.Tasks.SignFile.Execute"> <summary> Executes the SignFile task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.SignFile.SigningTarget"> <summary> Gets or sets the files to sign with the certificate. </summary> <returns> The files to sign with the certificate. </returns> </member> <member name="P:Microsoft.Build.Tasks.SignFile.TimestampUrl"> <summary> Gets or sets the URL of a time stamping server. </summary> <returns> The URL of a time stamping server. </returns> </member> <member name="T:Microsoft.Build.Tasks.TaskExtension"> <summary> Contains properties to help extend a task. </summary> </member> <member name="P:Microsoft.Build.Tasks.TaskExtension.Log"> <summary> Gets an instance of a <see cref="T:Microsoft.Build.Tasks.TaskLoggingHelperExtension" /> containing task logging methods. </summary> <returns> An instance of a <see cref="T:Microsoft.Build.Tasks.TaskLoggingHelperExtension" /> containing task logging methods. </returns> </member> <member name="T:Microsoft.Build.Tasks.TaskLoggingHelperExtension"> <summary> Enables logging of various messages. Also, enables loading and formatting of resources. </summary> </member> <member name="M:Microsoft.Build.Tasks.TaskLoggingHelperExtension.#ctor(Microsoft.Build.Framework.ITask,System.Resources.ResourceManager,System.Resources.ResourceManager,System.String)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.TaskLoggingHelperExtension" /> class with the task instance, primary resources, shared resources, and a Help keyword prefix. </summary> <param name="taskInstance"> A task containing an instance of the <see cref="T:Microsoft.Build.Tasks.TaskLoggingHelperExtension" /> class. </param> <param name="primaryResources"> UI and string resources. </param> <param name="sharedResources"> Shared UI and string resources. </param> <param name="helpKeywordPrefix"> The prefix for composing Help keywords. </param> </member> <member name="M:Microsoft.Build.Tasks.TaskLoggingHelperExtension.FormatResourceString(System.String,System.Object[])"> <summary> Loads the specified resource string and optionally formats it using the given arguments. The current thread's culture is used for formatting. </summary> <returns> The formatted string. </returns> <param name="resourceName"> The name of the string resource to load. </param> <param name="args"> Optional arguments for formatting the loaded string, or null. </param> </member> <member name="P:Microsoft.Build.Tasks.TaskLoggingHelperExtension.TaskSharedResources"> <summary> Gets or sets the shared UI and string resources. </summary> <returns> The shared UI and string resources. </returns> </member> <member name="T:Microsoft.Build.Tasks.ToolTaskExtension"> <summary> Comprises extended utility methods for constructing a task that wraps a command line tool. </summary> </member> <member name="M:Microsoft.Build.Tasks.ToolTaskExtension.AddCommandLineCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension)"> <summary> Fills the specified <see cref="T:Microsoft.Build.Tasks.CommandLineBuilderExtension" /> with the switches and other information that the command line tool must run from the command line and not from a response file. </summary> <param name="commandLine"> The <see cref="T:Microsoft.Build.Tasks.CommandLineBuilderExtension" /> to fill. </param> </member> <member name="M:Microsoft.Build.Tasks.ToolTaskExtension.AddResponseFileCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension)"> <summary> Fills the specified <see cref="T:Microsoft.Build.Tasks.CommandLineBuilderExtension" /> with the switches and other information that the command line tool can run from a response file. </summary> <param name="commandLine"> The <see cref="T:Microsoft.Build.Tasks.CommandLineBuilderExtension" /> to fill. </param> </member> <member name="P:Microsoft.Build.Tasks.ToolTaskExtension.Bag"> <summary> Gets the collection of parameters used by the derived task class. </summary> <returns> The collection of parameters used by the derived task class. </returns> </member> <member name="M:Microsoft.Build.Tasks.ToolTaskExtension.GenerateCommandLineCommands"> <summary> Gets the switches and other information that the command line tool must run directly from the command line and not from a response file. </summary> <returns> A string containing the switches and other information that the command line tool must run directly from the command line and not from a response file. </returns> </member> <member name="M:Microsoft.Build.Tasks.ToolTaskExtension.GenerateResponseFileCommands"> <summary> Gets the switch used by the command line tool to specify the response file. </summary> <returns> The switch used by the command line tool to specify the response file. </returns> </member> <member name="M:Microsoft.Build.Tasks.ToolTaskExtension.GetBoolParameterWithDefault(System.String,System.Boolean)"> <summary> Gets the value of the specified Boolean parameter. </summary> <returns> The parameter value. </returns> <param name="parameterName"> The name of the parameter to return. </param> <param name="defaultValue"> The value to return if <paramref name="parameterName" /> does not exist in the <see cref="P:Microsoft.Build.Tasks.ToolTaskExtension.Bag" />. </param> </member> <member name="M:Microsoft.Build.Tasks.ToolTaskExtension.GetIntParameterWithDefault(System.String,System.Int32)"> <summary> Gets the value of the specified integer parameter. </summary> <returns> The parameter value. </returns> <param name="parameterName"> The name of the parameter to return. </param> <param name="defaultValue"> The value to return if <paramref name="parameterName" /> does not exist in the <see cref="P:Microsoft.Build.Tasks.ToolTaskExtension.Bag" />. </param> </member> <member name="P:Microsoft.Build.Tasks.ToolTaskExtension.Log"> <summary> Gets an instance of a <see cref="T:Microsoft.Build.Tasks.TaskLoggingHelperExtension" /> class containing task logging methods. </summary> <returns> An instance of a <see cref="T:Microsoft.Build.Tasks.TaskLoggingHelperExtension" /> class containing task logging methods. </returns> </member> <member name="T:Microsoft.Build.Tasks.Touch"> <summary> Implements the Touch task. Use the Touch element in your project file to create and execute this task. For usage and parameter information, see Touch Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.Touch.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Touch" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.Touch.AlwaysCreate"> <summary> Gets or sets a Boolean value that specifies whether to create any files that do not already exist. </summary> <returns>true if the Touch task creates any files that do not already exist; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.Touch.Execute"> <summary> Executes the Touch task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Touch.Files"> <summary> Gets or sets the files to touch. </summary> <returns> The files to touch. </returns> </member> <member name="P:Microsoft.Build.Tasks.Touch.ForceTouch"> <summary> Gets or sets a Boolean value that specifies whether to force a file touch even if the files are read-only. </summary> <returns>true if the Touch task forces a file touch even if the files are read-only; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Touch.Time"> <summary> Gets or sets a time other than the current time. The format must be a format that is acceptable to the <see cref="M:System.DateTime.Parse(System.String)" /> method. </summary> <returns> A time other than the current time. </returns> </member> <member name="P:Microsoft.Build.Tasks.Touch.TouchedFiles"> <summary> Gets or sets the items that were successfully touched. </summary> <returns> The items that were successfully touched. </returns> </member> <member name="T:Microsoft.Build.Tasks.UnregisterAssembly"> <summary> Implements the UnregisterAssembly task. Use the UnregisterAssembly element in your project file to create and execute this task. For usage and parameter information, see UnregisterAssembly Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.UnregisterAssembly.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.UnregisterAssembly" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.UnregisterAssembly.Assemblies"> <summary> Gets or sets the assemblies to be unregistered. </summary> <returns> The assemblies to be unregistered. </returns> </member> <member name="P:Microsoft.Build.Tasks.UnregisterAssembly.AssemblyListFile"> <summary> Gets or sets information about the state between the RegisterAssembly task and the UnregisterAssembly task that the UnregisterAssembly task uses to avoid unregistering an assembly that failed to register in the RegisterAssembly task. </summary> <returns> Information about the state between the RegisterAssembly task and the UnregisterAssembly task. </returns> </member> <member name="M:Microsoft.Build.Tasks.UnregisterAssembly.Execute"> <summary> Executes the UnregisterAssembly task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.UnregisterAssembly.TypeLibFiles"> <summary> Gets or sets a Boolean value that specifies whether to unregister the specified type library from the specified assembly. </summary> <returns>true if the UnregisterAssembly task should unregister the specified type library from the specified assembly; otherwise, false. </returns> </member> <member name="T:Microsoft.Build.Tasks.UpdateManifest"> <summary> Updates selected properties in a manifest and resigns. </summary> </member> <member name="M:Microsoft.Build.Tasks.UpdateManifest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.UpdateManifest" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.UpdateManifest.ApplicationManifest"> <summary> Gets or sets the application manifest. </summary> <returns> The application manifest. </returns> </member> <member name="P:Microsoft.Build.Tasks.UpdateManifest.ApplicationPath"> <summary> Gets or sets the path of the application manifest. </summary> <returns> The path of the application manifest. </returns> </member> <member name="M:Microsoft.Build.Tasks.UpdateManifest.Execute"> <summary> Executes the task. </summary> <returns>true if task execution succeeded; <see cref="T:System.InvalidOperationException" /> on error. </returns> </member> <member name="P:Microsoft.Build.Tasks.UpdateManifest.InputManifest"> <summary> Gets or sets the manifest to update. </summary> <returns> The manifest to update. </returns> </member> <member name="P:Microsoft.Build.Tasks.UpdateManifest.OutputManifest"> <summary> Gets or sets the manifest that contains updated properties. </summary> <returns> The manifest that contains updated properties. </returns> </member> <member name="T:Microsoft.Build.Tasks.Vbc"> <summary> Implements the Vbc task. Use the Vbc element in your project file to create and execute this task. For usage and parameter information, see Vbc Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.Vbc.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Vbc" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.Vbc.AddResponseFileCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension)"> <summary> Fills the specified <paramref name="commandLine" /> parameter with switches and other information that can go into a response file. </summary> <param name="commandLine"> Command line builder to add arguments to. </param> </member> <member name="P:Microsoft.Build.Tasks.Vbc.BaseAddress"> <summary> Gets or sets the base address of the DLL. </summary> <returns> The base address of the DLL. </returns> </member> <member name="M:Microsoft.Build.Tasks.Vbc.CallHostObjectToExecute"> <summary> Compiles the project through the host object. </summary> <returns>true if compilation succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Vbc.DisabledWarnings"> <summary> Gets or sets one or more warnings to suppress that are specified by the numeric part of the warning identifier. </summary> <returns> The warnings to suppress that are specified by the numeric part of the warning identifier. </returns> </member> <member name="P:Microsoft.Build.Tasks.Vbc.DocumentationFile"> <summary> Turns on documentation comments processing and gets or sets the output documentation XML file. </summary> <returns> The output documentation XML file. </returns> </member> <member name="P:Microsoft.Build.Tasks.Vbc.ErrorReport"> <summary> Gets or sets a string value that specifies how the task will report internal compiler errors. </summary> <returns> A string value that specifies how the task will report internal compiler errors. </returns> </member> <member name="P:Microsoft.Build.Tasks.Vbc.GenerateDocumentation"> <summary> Gets or sets a Boolean value that specifies whether to process documentation comments to an XML file. </summary> <returns>true if the Vbc task processes documentation comments to a XML file; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.Vbc.GenerateFullPathToTool"> <summary> Returns the full file path of the tool. </summary> <returns> The full file path of the tool. </returns> </member> <member name="P:Microsoft.Build.Tasks.Vbc.Imports"> <summary> Gets or sets the item collections to import namespaces from. </summary> <returns> The item collections to import namespaces from. </returns> </member> <member name="M:Microsoft.Build.Tasks.Vbc.InitializeHostObject"> <summary> Returns a host object initialization status value that indicates what the next action should be. </summary> <returns> A host object initialization status value that indicates what the next action should be. </returns> </member> <member name="P:Microsoft.Build.Tasks.Vbc.NoStandardLib"> <summary> Gets or sets a Boolean value that specifies whether the compiler should not reference the standard libraries. </summary> <returns>true if the compiler should not reference the standard libraries; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Vbc.NoWarnings"> <summary> Gets or sets a Boolean value that specifies whether the task will suppress all warnings. </summary> <returns>true if the task will suppress all warnings; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Vbc.OptionCompare"> <summary> Gets or sets a string value that specifies how string comparisons are made. </summary> <returns> A string value that specifies how string comparisons are made. </returns> </member> <member name="P:Microsoft.Build.Tasks.Vbc.OptionExplicit"> <summary> Gets or sets a Boolean value that specifies whether explicit declaration of variables is required. </summary> <returns>true if explicit declaration of variables is required; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Vbc.OptionStrict"> <summary> Gets or sets a Boolean value that specifies whether the task enforces strict type semantics to restrict implicit type conversions. </summary> <returns>true if the task enforces strict type semantics; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Vbc.OptionStrictType"> <summary> Gets or sets a value for the <see cref="P:Microsoft.Build.Tasks.Vbc.OptionStrict" /> property. Currently, the value can be set to “custom” and specifies whether the task generates warnings for implicit narrowing type conversions. </summary> <returns> A value for the <see cref="P:Microsoft.Build.Tasks.Vbc.OptionStrict" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Vbc.Platform"> <summary> Gets or sets the processor platform to be targeted by the output file. </summary> <returns> The processor platform to be targeted by the output file. </returns> </member> <member name="P:Microsoft.Build.Tasks.Vbc.RemoveIntegerChecks"> <summary> Gets or sets a Boolean value that specifies whether to disable integer overflow error checks. </summary> <returns>true if the Vbc task will disable integer overflow error checks; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Vbc.RootNamespace"> <summary> Gets or sets the root namespace for all type declarations. </summary> <returns> The root namespace for all type declarations. </returns> </member> <member name="P:Microsoft.Build.Tasks.Vbc.SdkPath"> <summary> Gets or sets the location of mscorlib.dll and microsoft.visualbasic.dll. </summary> <returns> The location of mscorlib.dll and microsoft.visualbasic.dll. </returns> </member> <member name="P:Microsoft.Build.Tasks.Vbc.TargetCompactFramework"> <summary> Gets or sets a Boolean value that specifies whether to target the .NET Compact Framework. </summary> <returns>true if the Vbc task should target the .NET Compact Framework; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Vbc.ToolName"> <summary> Gets the name of the tool executable file (vbc.exe). </summary> <returns> The name of the tool executable file. </returns> </member> <member name="P:Microsoft.Build.Tasks.Vbc.UseHostCompilerIfAvailable"> <summary> Gets or sets a Boolean value that specifies whether to use the in-process compiler object, if available. Used only by Visual Studio. </summary> <returns>true if the Vbc task will use the in-process compiler object, if available; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.Vbc.ValidateParameters"> <summary> Validates input parameters and logs errors or warnings, if any. Returns a Boolean value that indicates whether task execution should proceed. </summary> <returns>true if task execution should proceed; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Vbc.Verbosity"> <summary> Gets or sets the verbosity of the compiler’s output, which can be Quiet, Normal, or Verbose. </summary> <returns> The verbosity of the compiler’s output. </returns> </member> <member name="P:Microsoft.Build.Tasks.Vbc.WarningsAsErrors"> <summary> Gets or sets a list of warnings to treat as errors. </summary> <returns> A list of warnings to treat as errors. </returns> </member> <member name="P:Microsoft.Build.Tasks.Vbc.WarningsNotAsErrors"> <summary> Gets or sets a list of warnings that are not treated as errors. </summary> <returns> A list of warnings that are not treated as errors. </returns> </member> <member name="T:Microsoft.Build.Tasks.VCBuild"> <summary> Implements the VCBuild task. Use the VCBuild element in your project file to create and execute this task. For usage and parameter information, see VCBuild Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.VCBuild.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.VCBuild" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.VCBuild.AddCommandLineCommands(Microsoft.Build.Tasks.CommandLineBuilderExtension)"> <summary> Generates command line arguments that the VCBuild tool must run directly from the command line and not from a response file. </summary> <param name="commandLine"> Command line builder to add arguments to. </param> </member> <member name="P:Microsoft.Build.Tasks.VCBuild.AdditionalLibPaths"> <summary> Gets or sets additional paths to append to the LIBPATH environment variable before executing vcbuild.exe. </summary> <returns> The additional paths to append to the LIBPATH environment variable. </returns> </member> <member name="P:Microsoft.Build.Tasks.VCBuild.AdditionalOptions"> <summary> Gets or sets additional options you want to specify to the VCBuild tool. </summary> <returns> Additional options you want to specify to the VCBuild tool. </returns> </member> <member name="P:Microsoft.Build.Tasks.VCBuild.Clean"> <summary> Gets or sets a Boolean value that specifies whether the VCBuild task outputs only clean build outputs. </summary> <returns>true if the VCBuild task outputs only clean build outputs; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.VCBuild.Configuration"> <summary> Gets or sets the name of the configuration and platform to build with such as Debug|Win32. </summary> <returns> The name of the configuration and platform to build with </returns> </member> <member name="P:Microsoft.Build.Tasks.VCBuild.EnvironmentOverride"> <summary> Overrides the LIBPATH environment variable with <see cref="P:Microsoft.Build.Tasks.VCBuild.AdditionalLibPaths" /> and returns the new environment variables. </summary> <returns> Name/value pairs containing the new environment variable values. </returns> </member> <member name="M:Microsoft.Build.Tasks.VCBuild.Execute"> <summary> Executes the VCBuild task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.VCBuild.GenerateFullPathToTool"> <summary> Returns the full file path of the VCBuild tool (vcbuild.exe). </summary> <returns> The full file path of the VCBuild tool (vcbuild.exe). </returns> </member> <member name="P:Microsoft.Build.Tasks.VCBuild.Override"> <summary> Gets or sets the location of a VCBuild property sheet file that overrides project file settings. </summary> <returns> The location of a VCBuild property sheet file that overrides project file settings. </returns> </member> <member name="P:Microsoft.Build.Tasks.VCBuild.Platform"> <summary> Gets or sets the name of the platform to build for. </summary> <returns> The name of the platform to build for. </returns> </member> <member name="P:Microsoft.Build.Tasks.VCBuild.Projects"> <summary> Gets or sets the projects to build. </summary> <returns> The projects to build. </returns> </member> <member name="P:Microsoft.Build.Tasks.VCBuild.Rebuild"> <summary> Gets or sets a Boolean value that specifies whether the task performs a clean build of outputs before performing a build. </summary> <returns>true if the task performs a clean build of outputs before performing a build; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.VCBuild.SolutionFile"> <summary> Gets or sets the full path to the solution file when building solutions, which is used to resolve solution-related Visual C++ project macros. </summary> <returns> The full path to the solution file when building solutions. </returns> </member> <member name="P:Microsoft.Build.Tasks.VCBuild.ToolName"> <summary> Returns the name of the VCBuild tool (vcbuild.exe). </summary> <returns> The name of the VCBuild tool (vcbuild.exe). </returns> </member> <member name="P:Microsoft.Build.Tasks.VCBuild.UserEnvironment"> <summary> This property is obsolete. </summary> </member> <member name="M:Microsoft.Build.Tasks.VCBuild.ValidateParameters"> <summary> Validates input parameters and logs errors or warnings, if any. Returns a Boolean value that indicates whether task execution should proceed. </summary> <returns>True if task execution should proceed; otherwise, false. </returns> </member> <member name="T:Microsoft.Build.Tasks.Warning"> <summary> Implements the Warning task. Use the Warning element in your project file to create and execute this task. For usage and parameter information, see Warning Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.Warning.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Warning" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.Warning.Code"> <summary> Gets or sets the warning code. </summary> <returns> The warning code. </returns> </member> <member name="M:Microsoft.Build.Tasks.Warning.Execute"> <summary> Executes the Warning task. </summary> <returns>true in all cases. </returns> </member> <member name="P:Microsoft.Build.Tasks.Warning.HelpKeyword"> <summary> Gets or sets the Help keyword to associate with the warning. </summary> <returns> The Help keyword to associate with the warning. </returns> </member> <member name="P:Microsoft.Build.Tasks.Warning.Text"> <summary> Gets or sets the warning text that MSBuild logs. </summary> <returns> The warning text that MSBuild logs. </returns> </member> <member name="T:Microsoft.Build.Tasks.WriteLinesToFile"> <summary> Implements the WriteLinesToFile task. Use the WriteLinesToFile element in your project file to create and execute this task. For usage and parameter information, see WriteLinesToFileWriteLinesToFile Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.WriteLinesToFile.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.WriteLinesToFile" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.WriteLinesToFile.Execute"> <summary> Executes the WriteLinesToFile task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.WriteLinesToFile.File"> <summary> Gets or sets the file to write the items to. </summary> <returns> The file to write the items to. </returns> </member> <member name="P:Microsoft.Build.Tasks.WriteLinesToFile.Lines"> <summary> Gets or sets the items to write to the file. </summary> <returns> The items to write to the file. </returns> </member> <member name="P:Microsoft.Build.Tasks.WriteLinesToFile.Overwrite"> <summary> Gets or sets a Boolean value that specifies whether the task overwrites any existing content in the file. </summary> <returns>true if the task overwrites any existing content in the file; otherwise, false. </returns> </member> <member name="T:Microsoft.Build.Tasks.ConvertToAbsolutePath"> <summary> Implements the ConvertToAbsolutePath task. Use the ConvertToAbsolutePath element in your project file to create and execute this task. For usage and parameter information, see ConvertToAbsolutePath Task. </summary> </member> <member name="M:Microsoft.Build.Tasks.ConvertToAbsolutePath.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.ConvertToAbsolutePath" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.ConvertToAbsolutePath.AbsolutePaths"> <summary> Gets or sets a list of absolute paths. </summary> <returns> The list of absolute paths. </returns> </member> <member name="M:Microsoft.Build.Tasks.ConvertToAbsolutePath.Execute"> <summary> Executes the ConvertToAbsolutePath task. </summary> <returns>true if task execution succeeded; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.ConvertToAbsolutePath.Paths"> <summary> Gets or sets a list of relative paths to convert to absolute paths. </summary> <returns> The list of relative paths to convert to absolute paths. </returns> </member> <member name="P:Microsoft.Build.Tasks.FindUnderPath.UpdateToAbsolutePaths"> <summary> Gets or sets a Boolean value that indicates whether the paths of the output items should be updated to be absolute. </summary> <returns>true if the paths of the output items should be updated to be absolute; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.VCBuild.AdditionalLinkLibraryPaths"> <summary> Gets or sets additional reference paths to append to the LIB environment variable. </summary> <returns> Additional reference paths to append to the LIB environment variable. </returns> </member> <member name="P:Microsoft.Build.Tasks.VCBuild.UseEnvironment"> <summary> Gets or sets a Boolean value that specifies whether to use environment variables for INCLUDE and LIB paths. </summary> <returns>true if the VCBuild task will use environment variables for INCLUDE and LIB paths; otherwise, false. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder"> <summary> The top-level object for the bootstrapper system. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder.#ctor"> <summary> Initializes a new instance of the BootstrapperBuilder class. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder.Build(Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings)"> <summary> Generates a bootstrapper by using the specified settings. </summary> <returns> The results of the bootstrapper generation. </returns> <param name="settings"> The properties used to create the bootstrapper. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder.GetOutputFolders(System.String[],System.String,System.String,Microsoft.Build.Tasks.Deployment.Bootstrapper.ComponentsLocation)"> <summary> Returns the directories to which bootstrapper component files are copied when they are created, given the specified settings. </summary> <returns> The directories to which bootstrapper component files are copied when they are created, given the specified settings. </returns> <param name="productCodes"> The <see cref="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IProduct.ProductCode" /> values of the selected components. </param> <param name="culture"> The culture used to create the bootstrapper. </param> <param name="fallbackCulture"> The fallback culture used to create the bootstrapper. </param> <param name="componentsLocation"> Specifies how the bootstrapper packages the selected components. </param> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder.Path"> <summary> Gets or sets the location of the required bootstrapper files. </summary> <returns> The path for the required bootstrapper files. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder.Products"> <summary> Gets all products available at the current bootstrapper <see cref="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder.Path" />. </summary> <returns> All products available at the current bootstrapper <see cref="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder.Path" />. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage"> <summary> Defines messages that occur during the <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder" /> build operation. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.HelpId"> <summary> Gets the MSBuild Help ID for the host IDE. </summary> <returns> An integer value that represents the Help ID. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.HelpKeyword"> <summary> Gets the MSBuild F1 Help keyword for the host IDE, or null. </summary> <returns> A string that represents the F1 Help keyword. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.Message"> <summary> Gets the details of the build message. </summary> <returns> A text string that describes the details of the build message. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage.Severity"> <summary> Gets the severity of the build message. </summary> <returns> The severity of the build message as defined by the <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessageSeverity" /> class. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessageSeverity"> <summary> This enumeration provides three levels of importance for build messages. </summary> </member> <member name="F:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessageSeverity.Info"> <summary> Indicates that the message corresponds to build information. </summary> </member> <member name="F:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessageSeverity.Warning"> <summary> Indicates that the message corresponds to a build warning. </summary> </member> <member name="F:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessageSeverity.Error"> <summary> Indicates that the message corresponds to a build error. </summary> </member> <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults"> <summary> Represents the results of the <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder" /> build operation. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.ComponentFiles"> <summary> Gets paths to the copied component installer files. </summary> <returns> A string array that contains paths for the copied component installer files. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.KeyFile"> <summary> Gets the path of the generated primary bootstrapper file. </summary> <returns> A string representing the path of the generated primary bootstrapper file. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.Messages"> <summary> Gets the build messages generated from the bootstrapper build. </summary> <returns> An array of <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage" /> messages from the bootstrapper build. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults.Succeeded"> <summary> Gets a Boolean value that indicates whether the bootstrapper build was successful. </summary> <returns> A Boolean value indicating whether the bootstrapper build was successful. Returns true if the bootstrapper build was successful; otherwise, false. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings"> <summary> Defines the settings for the bootstrapper build operation. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.ApplicationFile"> <summary> Gets or sets the file to be installed after the bootstrapper installs the required components. </summary> <returns> The name of the file to be installed after the required components are installed. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.ApplicationName"> <summary> Gets or sets the name of the application to be installed after the bootstrapper installs all required components. </summary> <returns> The name of the application to be installed after the required components are installed. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.ApplicationUrl"> <summary> Gets or sets the expected source location when the bootstrapper is published to a Web site. </summary> <returns> A URL that represents the expected source location when the bootstrapper is published to a Web site. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.ComponentsLocation"> <summary> Gets or sets the installation location for bootstrapper components. </summary> <returns> The <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ComponentsLocation" /> installation location for bootstrapper components. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.ComponentsUrl"> <summary> Gets or sets the location to which the bootstrapper will copy components if <see cref="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.ComponentsLocation" /> is set to <see cref="F:Microsoft.Build.Tasks.Deployment.Bootstrapper.ComponentsLocation.Absolute" />. </summary> <returns> The location to which the bootstrapper will copy components if <see cref="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.ComponentsLocation" /> is set to <see cref="F:Microsoft.Build.Tasks.Deployment.Bootstrapper.ComponentsLocation.Absolute" />. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.CopyComponents"> <summary> Gets or sets a value indicating whether the bootstrapper components will be copied to the build output directory. </summary> <returns>true if the bootstrapper components will be copied to the build output directory; otherwise false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.FallbackLCID"> <summary> Gets or sets the culture identifier to use if the LCID identifier is not available. </summary> <returns> An integer value that represents the culture identifier to use if the LCID identifier is not available. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.LCID"> <summary> Gets or sets the culture identifier specifying the culture for which the bootstrapper is built. </summary> <returns> An integer value that represents the culture identifier specifying the culture for which the bootstrapper is built. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.OutputPath"> <summary> Gets or sets the file location to which to copy output files. </summary> <returns> A string representing the file location to which to copy output files. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.ProductBuilders"> <summary> Gets the product builders to use for generating the bootstrapper. </summary> <returns> A collection of product builders (<see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilderCollection" />) to use for generating the bootstrapper. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.SupportUrl"> <summary> Gets or sets the URL for the Web site that contains support information for the bootstrapper. </summary> <returns> The URL for the Web site that contains support information for the bootstrapper. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.Validate"> <summary> Gets or sets a value indicating whether the bootstrapper performs XML validation on the component manifests. </summary> <returns>true if the bootstrapper performs XML validation on the component manifests; otherwise false. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ComponentsLocation"> <summary> Specifies the way that required components will be published. </summary> </member> <member name="F:Microsoft.Build.Tasks.Deployment.Bootstrapper.ComponentsLocation.HomeSite"> <summary> Specifies that products be found according to the redistributable vendor's designated URL. </summary> </member> <member name="F:Microsoft.Build.Tasks.Deployment.Bootstrapper.ComponentsLocation.Relative"> <summary> Specifies that products be located relative to the generated bootstrapper. </summary> </member> <member name="F:Microsoft.Build.Tasks.Deployment.Bootstrapper.ComponentsLocation.Absolute"> <summary> Specifies that products be located at a specific location. </summary> </member> <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBootstrapperBuilder"> <summary> Exposes functionality that you must have to create a bootstrapper. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBootstrapperBuilder.Build(Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings)"> <summary> Generates a bootstrapper based on the specified settings. </summary> <returns> A <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildResults" /> object that represents the results of the bootstrapper generation. </returns> <param name="settings"> The properties used to create the bootstrapper. </param> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBootstrapperBuilder.Path"> <summary> Gets or sets the location of the required bootstrapper files. </summary> <returns> A string value that represents the location of the required bootstrapper files. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBootstrapperBuilder.Products"> <summary> Gets all products available at the current bootstrapper path. </summary> <returns> A <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection" /> object that represents all products available at the current bootstrapper <see cref="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBootstrapperBuilder.Path" />. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildMessage"> <summary> Represents messages that occur during the <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder" /> build operation. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildMessage.HelpId"> <summary> Gets the MSBuild Help ID for the host IDE. </summary> <returns> An integer representing the MSBuild Help ID for the host IDE. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildMessage.HelpKeyword"> <summary> Gets the MSBuild F1 Help keyword for the host IDE. </summary> <returns> The MSBuild F1 Help keyword for the host IDE. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildMessage.Message"> <summary> Gets a description of the details of the build message. </summary> <returns> A text string that describes the details of the build message. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildMessage.Severity"> <summary> Gets the severity of the build message. </summary> <returns> A <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessageSeverity" /> object that represents the severity of the build message. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildResults"> <summary> Represents the results of the <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder" /> build operation. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildResults.ComponentFiles"> <summary> Gets the file paths to the copied component installer files. </summary> <returns> Returns an array of strings containing the file paths to the copied component installer files. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildResults.KeyFile"> <summary> Gets the file path to the generated primary bootstrapper file. </summary> <returns> Returns a string representing the file path to the generated primary bootstrapper file. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildResults.Messages"> <summary> Gets the build messages generated from a bootstrapper build. </summary> <returns> Returns an array of <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildMessage" /> objects representing the build messages generated from a bootstrapper build. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildResults.Succeeded"> <summary> Indicates whether the bootstrapper build was successful. </summary> <returns> Returns a Boolean value indicating whether the bootstrapper build was successful. Returns true if the bootstrapper build was successful, false if not successful. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings"> <summary> Defines the settings for the bootstrapper build operation. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.ApplicationFile"> <summary> Gets or sets the file to be installed after the bootstrapper installs the required components. </summary> <returns> The name of the file to be installed after the bootstrapper installs the required components. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.ApplicationName"> <summary> Gets or sets the name of the application to be installed after the bootstrapper installs all required components. </summary> <returns> The name of the application to be installed after the bootstrapper installs all required components. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.ApplicationUrl"> <summary> Gets or sets the expected source location when the bootstrapper is published to a Web site. </summary> <returns> The expected source location when the bootstrapper is published to a Web site. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.ComponentsLocation"> <summary> Gets or sets the installation location for bootstrapper components. </summary> <returns> The installation location (<see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ComponentsLocation" />) for bootstrapper components. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.ComponentsUrl"> <summary> Gets or sets the location to which the bootstrapper will copy components if <see cref="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.ComponentsLocation" /> is set to <see cref="F:Microsoft.Build.Tasks.Deployment.Bootstrapper.ComponentsLocation.Absolute" />. </summary> <returns> The location to which the bootstrapper will copy components if <see cref="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BuildSettings.ComponentsLocation" /> is set to <see cref="F:Microsoft.Build.Tasks.Deployment.Bootstrapper.ComponentsLocation.Absolute" />. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.CopyComponents"> <summary> Gets or sets a value indicating whether the bootstrapper components will be copied to the build output directory. </summary> <returns>true if the bootstrapper components will be copied to the build output directory; otherwise false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.FallbackLCID"> <summary> Gets or sets the culture identifier to use if the LCID identifier is not available. </summary> <returns> An integer value that represents the culture identifier to use if the LCID identifier is not available. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.LCID"> <summary> Gets or sets the culture identifier specifying the culture for which the bootstrapper is built. </summary> <returns> An integer value that represents the culture identifier specifying the culture for which the bootstrapper is built. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.OutputPath"> <summary> Gets or sets the file location to which to copy output files. </summary> <returns> A string representing the file location to which to copy output files. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.ProductBuilders"> <summary> Gets the product builders to use for generating the bootstrapper. </summary> <returns> The product builders to use for generating the bootstrapper. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.SupportUrl"> <summary> Gets or sets the URL for the Web site that contains support information for the bootstrapper. </summary> <returns> The URL for the Web site that contains support information for the bootstrapper. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildSettings.Validate"> <summary> Gets or sets a value indicating whether the bootstrapper performs XML validation on the component manifests. </summary> <returns>true if the bootstrapper performs XML validation on the component manifests; otherwise false. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.IProduct"> <summary> Represents a product that the <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder" /> finds in the <see cref="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder.Path" /> property. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IProduct.Includes"> <summary> Gets all products that this product installs. </summary> <returns> A <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection" /> object that contains all products that this product installs. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IProduct.Name"> <summary> Gets a human-readable name for this product. </summary> <returns> A string that contains a human-readable name for this product. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IProduct.ProductBuilder"> <summary> Gets the <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder" /> representation of this product. </summary> <returns> Returns a <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder" /> object that represents this product. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IProduct.ProductCode"> <summary> Gets the unique product identifier of this product. </summary> <returns> Returns a string that specifies the unique product identifier of this product. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.IProductBuilder"> <summary> Represents a buildable version of a <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product" />. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IProductBuilder.Product"> <summary> Gets the <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product" /> object that corresponds to this <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder" /> object. </summary> <returns> The <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product" /> object that corresponds to this <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder" /> object. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.IProductBuilderCollection"> <summary> Contains a collection of <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder" /> objects. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.Bootstrapper.IProductBuilderCollection.Add(Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder)"> <summary> Adds a <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder" /> object to the product builder collection. </summary> <param name="builder"> The <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder" /> object to add to the collection. </param> </member> <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.IProductCollection"> <summary> Represents a collection of <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product" /> objects. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.IProductCollection.Count"> <summary> Gets the number of elements that are contained in the product collection. </summary> <returns> The number of elements that are contained in the product collection. </returns> </member> <member name="M:Microsoft.Build.Tasks.Deployment.Bootstrapper.IProductCollection.Item(System.Int32)"> <summary> Retrieves the product at the specified index. </summary> <returns> The <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product" /> object at the specified index. </returns> <param name="index"> The zero-based index of the element to get. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.Bootstrapper.IProductCollection.Product(System.String)"> <summary> Retrieves the product with the specified product code. </summary> <returns> The <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product" /> object that has the specified product code; null if the specified product code is not found. </returns> <param name="productCode"> The unique identifier of the product to get. </param> </member> <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product"> <summary> Represents a product that the <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder" /> finds in the <see cref="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder.Path" /> property. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.#ctor"> <summary> Initializes a new instance of the Product class. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.Includes"> <summary> Gets all products that this product installs. </summary> <returns> A <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection" /> object that represents all products that this product installs. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.Name"> <summary> Gets a human-readable name for this product. </summary> <returns> A string that represents a human-readable name for this product. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.ProductBuilder"> <summary> Gets a buildable version of the product. </summary> <returns> A <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder" /> object that represents a buildable version of the product. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product.ProductCode"> <summary> Gets a string that indicates the unique product identifier of this product. </summary> <returns> A string that indicates the unique product identifier of this product. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder"> <summary> Represents a buildable version of a <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product" />. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder.Product"> <summary> Gets the <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product" /> object that corresponds to this <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder" /> object. </summary> <returns> Returns the <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product" /> object that corresponds to this <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder" /> object. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilderCollection"> <summary> Contains a collection of <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder" /> objects. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilderCollection.Add(Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder)"> <summary> Adds a <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder" /> object to the product builder collection. </summary> <param name="builder"> The <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilder" /> object to add to the collection. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductBuilderCollection.GetEnumerator"> <summary> Returns an enumerator that can iterate through the product builder collection. </summary> <returns> An enumerator that can iterate through the product builder collection. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection"> <summary> This interface represents a collection of <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product" /> objects. The collection is a closed set generated by the <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder" /> based on the <see cref="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder.Path" /> property. The client cannot add or remove items from this collection. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection.Count"> <summary> Gets the number of elements contained in the product collection. </summary> <returns> An integer indicating the number of elements contained in the product collection. </returns> </member> <member name="M:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection.GetEnumerator"> <summary> Returns an enumerator that can iterate through the product collection. </summary> <returns> An enumerator that can iterate through the product collection. </returns> </member> <member name="M:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection.Item(System.Int32)"> <summary> Retrieves the product at the specified index. </summary> <returns> A <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product" /> object that represents the product at the specified index. </returns> <param name="index"> The zero-based index of the element to get. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.Bootstrapper.ProductCollection.Product(System.String)"> <summary> Retrieves the product with the specified product code. </summary> <returns> The <see cref="T:Microsoft.Build.Tasks.Deployment.Bootstrapper.Product" /> object with the specified product code. Returns null if the specified product code is not found. </returns> <param name="productCode"> The unique identifier of the product to get. </param> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationIdentity"> <summary> Provides a unique identifier for a ClickOnce application. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationIdentity.#ctor(System.String,Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity,Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationIdentity" /> class. </summary> <param name="url"> The deployment provider URL for the ClickOnce deployment manifest. </param> <param name="deployManifestIdentity"> The assembly identity of the ClickOnce deployment manifest. </param> <param name="applicationManifestIdentity"> The assembly identity of the ClickOnce application manifest. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationIdentity.#ctor(System.String,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationIdentity" /> class. </summary> <param name="url"> The deployment provider URL for the ClickOnce deployment manifest. </param> <param name="deployManifestPath"> The path to ClickOnce deployment manifest. The assembly identity will be obtained from the specified file. </param> <param name="applicationManifestPath"> The path to ClickOnce application manifest. The assembly identity will be obtained from the specified file. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationIdentity.ToString"> <summary> Returns the full ClickOnce application identity. </summary> <returns> A string containing the ClickOnce application identity. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest"> <summary> Describes a ClickOnce or native Win32 application manifest. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.ConfigFile"> <summary> Gets or sets the application configuration file. </summary> <returns> A string that represents the name of the application configuration file. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.EntryPoint"> <summary> Gets or sets an assembly reference that represents the entry point of the application. </summary> <returns> An <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference" /> object that represents the entry point of the application. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.IconFile"> <summary> Gets or sets the program icon file. </summary> <returns> A string that represents the name of the icon file. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.IsClickOnceManifest"> <summary> Gets or sets a value that specifies whether the manifest is a ClickOnce application manifest or a native Win32 application manifest. </summary> <returns> A Boolean value that indicates whether the manifest is a ClickOnce application manifest (True) or a native Win32 manifest (False). </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.MaxTargetPath"> <summary> Gets or sets a value that specifies the maximum allowed length of a file path in a ClickOnce application deployment. If this value is specified, the length of each file path in the application is checked against this limit. Any items that exceed the limit cause a warning message. If this input is not specified or is zero, no checking is performed. For a native Win32 manifest, this input is ignored. </summary> <returns> An integer that indicates the maximum allowed length of a file path in a ClickOnce application deployment. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.OSDescription"> <summary> Gets or sets a value that specifies a textual description for the operating system dependency. </summary> <returns> A string that indicates the operating system dependency. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.OSSupportUrl"> <summary> Gets or sets a value that specifies a support URL for the operating system dependency. </summary> <returns> A string indicating the support URL for the operating system dependency. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.OSVersion"> <summary> Gets or sets a value that specifies the minimum required operating system version required by the application. </summary> <returns> A string that indicates the minimum required operating system version required by the application. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.TrustInfo"> <summary> Gets or sets a value that specifies a trust object that defines the application security. </summary> <returns> A <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo" /> object that defines the application security. </returns> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.Validate"> <summary> Performs various checks to verify the validity of the manifest. Any resulting errors or warnings are reported in the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollection" /> object. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.XmlConfigFile"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.ConfigFile" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.ConfigFile" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.XmlEntryPointIdentity"> <summary> Gets or sets a property that is used to serialize the entry point identity to an XML file. </summary> <returns> The entry point identity. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.XmlEntryPointParameters"> <summary> Gets or sets a property that is used to serialize the entry point parameters to an XML file. </summary> <returns> The entry point parameters. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.XmlEntryPointPath"> <summary> Gets or sets a property that specifies the entry point for executing the assembly and that is used to serialize the entry point to an XML file. </summary> <returns> The entry point for executing the assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.XmlIconFile"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.IconFile" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.IconFile" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.XmlIsClickOnceManifest"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.IsClickOnceManifest" /> property to an XML file. </summary> <returns>true or false. The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.IsClickOnceManifest" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.XmlOSBuild"> <summary> Gets or sets a property that is used to serialize the build version of the operating system to an XML file. </summary> <returns> The build version of the operating system. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.XmlOSDescription"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.OSDescription" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.OSDescription" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.XmlOSMajor"> <summary> Gets or sets a property that is used to serialize the major portion of the version number of the operating system to an XML file. </summary> <returns> The major portion of the version number of the operating system. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.XmlOSMinor"> <summary> Gets or sets a property that is used to serialize the minor portion of the version number of the operating system to an XML file. </summary> <returns> The minor portion of the version number of the operating system. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.XmlOSRevision"> <summary> Gets or sets a property that is used to serialize the revision portion of the version number of the operating system to an XML file. </summary> <returns> The revision portion of the version number of the operating system. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.XmlOSSupportUrl"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.OSSupportUrl" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest.OSSupportUrl" /> property. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity"> <summary> Specifies the identity of an assembly. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.#ctor(Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity" /> class. </summary> <param name="identity"> Specifies another instance to duplicate. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity" /> class. </summary> <param name="name"> Specifies the simple name of the assembly. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.#ctor(System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity" /> class. </summary> <param name="name"> Specifies the simple name of the assembly. </param> <param name="version"> Specifies the version of the assembly. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.#ctor(System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity" /> class. </summary> <param name="name"> Specifies the simple name of the assembly. </param> <param name="version"> Specifies the version of the assembly. </param> <param name="publicKeyToken"> Specifies the public key token of the assembly, which is the last 8 bytes of the SHA-1 hash of the public key under which the assembly is signed. </param> <param name="culture"> Specifies the culture of the assembly. A blank string indicates the invariant culture. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.#ctor(System.String,System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity" /> class. </summary> <param name="name"> Specifies the simple name of the assembly. </param> <param name="version"> Specifies the version of the assembly. </param> <param name="publicKeyToken"> Specifies the public key token of the assembly, which is the last 8 bytes of the SHA-1 hash of the public key under which the assembly is signed. </param> <param name="culture"> Specifies the culture of the assembly. A blank string indicates the invariant culture. </param> <param name="processorArchitecture"> Specifies the processor architecture of the assembly. Valid values are msil, x86, ia64, and amd64. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.#ctor(System.String,System.String,System.String,System.String,System.String,System.String)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity" /> class. </summary> <param name="name"> Specifies the simple name of the assembly. </param> <param name="version"> Specifies the version of the assembly. </param> <param name="publicKeyToken"> Specifies the public key token of the assembly, which is the last 8 bytes of the SHA-1 hash of the public key under which the assembly is signed. </param> <param name="culture"> Specifies the culture of the assembly. A blank string indicates the invariant culture. </param> <param name="processorArchitecture"> Specifies the processor architecture of the assembly. Valid values are msil, x86, ia64, and amd64. </param> <param name="type"> Specifies the type attribute of the assembly. Valid values are win32 or a blank string. </param> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.Culture"> <summary> Gets or sets the culture of the assembly. </summary> <returns> A string indicating the culture of the assembly. A blank string indicates the invariant culture. </returns> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FromAssemblyName(System.String)"> <summary> Parses string to obtain an assembly identity. Returns null if identity could not be obtained. </summary> <returns> The resulting assembly identity. </returns> <param name="assemblyName"> The full name of the assembly, also known as the display name. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FromFile(System.String)"> <summary> Obtains identity of the specified assembly. File can be a PE with an embedded xml manifest, a stand-alone xml manifest file, or a .NET assembly. Returns null if identity could not be obtained. </summary> <returns> The assembly identity of the specified file. </returns> <param name="path"> The name of the file from which the identity is to be obtained. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FromManagedAssembly(System.String)"> <summary> Obtains identity of the specified .NET assembly. File must be a .NET assembly. Returns null if identity could not be obtained. </summary> <returns> The assembly identity of the specified file. </returns> <param name="path"> The name of the file from which the identity is to be obtained. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FromManifest(System.String)"> <summary> Obtains identity of the specified manifest file. File must be a standalone XML manifest file. Returns null if identity could not be obtained. </summary> <returns> The assembly identity of the specified file. </returns> <param name="path"> The name of the file from which the identity is to be obtained. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FromNativeAssembly(System.String)"> <summary> Obtains identity of the specified native assembly. File must be either a PE with an embedded XML manifest, or a stand-alone XML manifest file. Returns NULL if identity could not be obtained. </summary> <returns> The assembly identity of the specified file. </returns> <param name="path"> The name of the file from which the identity is to be obtained. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.GetFullName(Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FullNameFlags)"> <summary> Returns the full name of the assembly. </summary> <returns> A string representation of the full name. </returns> <param name="flags"> Specifies which attributes to be included in the full name. </param> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.IsFrameworkAssembly"> <summary> Returns True if this assembly is part of the .NET Framework. </summary> <returns> A Boolean value indicating whether this assembly is part of the .NET Framework. True if this assembly is part of the .NET Framework; otherwise False. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.IsNeutralPlatform"> <summary> Gets a value indicating whether the assembly identity represents a neutral platform assembly. </summary> <returns> A Boolean value indicating whether the assembly identity represents a neutral platform assembly. True if the assembly identity is a neutral platform assembly; otherwise False. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.IsStrongName"> <summary> Gets a value indicating whether the assembly identity is a strong name. </summary> <returns> A Boolean value indicating whether the assembly identity is a strong name. True if the assembly identity is a strong name; otherwise False. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.Name"> <summary> Gets or sets the simple name of the assembly. </summary> <returns> A string indicating the simple name of the assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.ProcessorArchitecture"> <summary> Gets or sets the processor architecture of the assembly. </summary> <returns> A string representing the processor architecture of the assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.PublicKeyToken"> <summary> Gets or sets the public key token of the assembly, which is the last 8 bytes of the SHA-1 hash of the public key under which the assembly is signed. </summary> <returns> A string indicating the public key token of the assembly. </returns> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.ToString"> <summary> Returns the full ClickOnce assembly identity. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.Type"> <summary> Gets or sets the type attribute of the assembly. </summary> <returns> A string indicating the type attribute of the assembly. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.Version"> <summary> Gets or sets the version of the assembly. </summary> <returns> A string indicating the assembly version. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.XmlCulture"> <summary> Get or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.Culture" /> property to an XML file. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.XmlName"> <summary> Get or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.Name" /> property to an XML file. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.XmlProcessorArchitecture"> <summary> Get or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.ProcessorArchitecture" /> property to an XML file. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.XmlPublicKeyToken"> <summary> Get or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.PublicKeyToken" /> property to an XML file. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.XmlType"> <summary> Get or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.Type" /> property to an XML file. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.XmlVersion"> <summary> Get or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.Version" /> property to an XML file. </summary> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FullNameFlags"> <summary> This class represents the attributes that the <see cref="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.GetFullName(Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FullNameFlags)" /> function returns. </summary> </member> <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FullNameFlags.Default"> <summary> Include the Name, Version, Culture, and PublicKeyToken attributes. </summary> </member> <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FullNameFlags.ProcessorArchitecture"> <summary> Include the Name, Version, Culture, PublicKeyToken, and ProcessorArchitecture attributes. </summary> </member> <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FullNameFlags.Type"> <summary> Include the Name, Version, Culture, PublicKeyToken, and Type attributes. </summary> </member> <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity.FullNameFlags.All"> <summary> Include all attributes. </summary> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyManifest"> <summary> Describes a Win32 assembly manifest. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyManifest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyManifest" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyManifest.ExternalProxyStubs"> <summary> Gets the set of external proxy stubs referenced by the manifest for isolated applications and Reg-Free COM. </summary> <returns> Returns the set of external proxy stubs referenced by the manifest for isolated applications and Reg-Free COM. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyManifest.XmlExternalProxyStubs"> <summary> Gets or sets the set of external proxy stubs referenced by the manifest for isolated applications and Reg-Free COM in XML format. </summary> <returns> Returns the set of external proxy stubs referenced by the manifest for isolated applications and Reg-Free COM in XML format. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference"> <summary> Describes a manifest assembly reference. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference" /> class. </summary> <param name="path"> The specified source path of the file. </param> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.AssemblyIdentity"> <summary> Specifies the identity of the assembly reference. </summary> <returns> An <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity" /> object representing the identity of the assembly reference. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.IsPrerequisite"> <summary> Specifies whether the assembly reference is a prerequisite or not. </summary> <returns> A Boolean value indicating whether the assembly reference is a prerequisite (True) or not (False). </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.ReferenceType"> <summary> Specifies the type of the assembly reference. </summary> <returns> An <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceType" /> object representing the type of the assembly reference. </returns> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.ToString"> <summary> Returns the full ClickOnce assembly reference. </summary> <returns> A string containing the ClickOnce assembly reference. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.XmlAssemblyIdentity"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.AssemblyIdentity" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.AssemblyIdentity" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.XmlIsNative"> <summary> Gets or sets a value indicating whether the reference is native. </summary> <returns> A value indicating whether the reference is native. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.XmlIsPrerequisite"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.IsPrerequisite" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference.IsPrerequisite" /> property. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection"> <summary> Provides a collection for manifest assembly references. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection.Add(Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference)"> <summary> Adds the specified assembly reference to the collection. </summary> <returns> Returns the added assembly reference instance. </returns> <param name="assembly"> The assembly reference to add. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection.Add(System.String)"> <summary> Adds the specified assembly reference to the collection. </summary> <returns> Returns the added assembly reference instance. </returns> <param name="path"> The path of the assembly to add. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection.Clear"> <summary> Removes all objects from the collection. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection.Count"> <summary> Gets the number of objects contained in the collection. </summary> <returns> An integer indicating the number of objects contained in the collection. </returns> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection.Find(Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity)"> <summary> Finds an assembly reference in the collection by the specified assembly identity. </summary> <returns> Returns the found assembly reference. </returns> <param name="identity"> The specified assembly identity. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection.Find(System.String)"> <summary> Finds an assembly reference in the collection by simple name. </summary> <returns> Returns the found assembly reference. </returns> <param name="name"> The specified assembly simple name. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection.FindTargetPath(System.String)"> <summary> Finds an assembly reference in the collection by the specified target path. </summary> <returns> Returns the found assembly reference. </returns> <param name="targetPath"> The specified target path. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection.GetEnumerator"> <summary> Returns an enumerator that can iterate through the collection. </summary> <returns> Returns an enumerator (<see cref="T:System.Collections.IEnumerator" />). </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection.Item(System.Int32)"> <summary> Gets the element at the specified index. </summary> <returns> Returns the assembly reference instance. </returns> <param name="index"> The zero-based index of the entry to get. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection.Remove(Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference)"> <summary> Removes the specified assembly reference from the collection. </summary> <param name="assemblyReference"> The specified assembly reference to remove. </param> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceType"> <summary> This class represents the type of an assembly reference. </summary> </member> <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceType.Unspecified"> <summary> Assembly type is unspecified and will be determined by the <see cref="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.UpdateFileInfo" /> method. </summary> </member> <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceType.ClickOnceManifest"> <summary> Specifies a ClickOnce manifest. </summary> </member> <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceType.ManagedAssembly"> <summary> Specifies a .NET Framework assembly. </summary> </member> <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceType.NativeAssembly"> <summary> Specifies a Win32 native assembly. </summary> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference"> <summary> Describes base functionality common to both file references and assembly references. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference" /> class. </summary> <param name="path"> The path for the assembly base reference. </param> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.Group"> <summary> Gets or sets the group for on-demand download functionality. </summary> <returns> A string indicating the group for on-demand download functionality. A blank string indicates a primary file. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.Hash"> <summary> Gets or sets the SHA1 hash of the file. </summary> <returns> A string indicating the SHA1 hash of the file. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.IsOptional"> <summary> Gets or sets whether the file is optional for on-demand download functionality. </summary> <returns> A Boolean value indicating whether the file is optional for on-demand download functionality. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.ResolvedPath"> <summary> Gets or sets the resolved path to the file. This path is determined by the Resolve method, and is used to compute the file information by the <see cref="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.UpdateFileInfo" /> method. </summary> <returns> A string indicating the resolved path to the file. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.Size"> <summary> Gets or sets the file size in bytes. </summary> <returns> The file size in bytes. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.SortName"> <summary> Gets a value that is used to sort the referenced assemblies in the application manifest. </summary> <returns> The name to sort by. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.SourcePath"> <summary> Gets or sets the source path of the file. </summary> <returns> A string indicating the source path of the file. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.TargetPath"> <summary> Gets or sets the target path of the file. This is the path that is used for specification in the generated manifest. </summary> <returns> A string indicating the target path of the file. </returns> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.ToString"> <summary> Returns the base reference name. </summary> <returns> A string indicating the base reference name. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.XmlGroup"> <summary> Gets or sets the group for on-demand download functionality. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.XmlHash"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.Hash" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.Hash" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.XmlHashAlgorithm"> <summary> Gets or sets a property that is used to serialize the hash algorithm to an XML file. </summary> <returns> The hash algorithm. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.XmlIsOptional"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.IsOptional" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.IsOptional" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.XmlPath"> <summary> Gets or sets a property that is used to serialize the path to an XML file. </summary> <returns> The path of the reference. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.XmlSize"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.Size" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.BaseReference.Size" /> property. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass"> <summary> Represents a COM class that is described in a manifest. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.ClsId"> <summary> Gets the class identifier (ClsId) for a <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass" /> object. </summary> <returns> A <see cref="T:System.String" /> formatted in the pattern {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}, where the value of the GUID is represented as a series of lower-case hexadecimal digits in groups of 8, 4, 4, 4, and 12 digits and separated by hyphens. An example of a return value is "{382c74c3-721d-4f34-80e5-57657b6cbc27}". </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.Description"> <summary> Gets the description of a <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass" /> object. </summary> <returns> A description of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass" /> object. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.ProgId"> <summary> Gets the programmatic identifier (ProgId) of a <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass" /> object. </summary> <returns> The programmatic identifier of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass" /> object. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.ThreadingModel"> <summary> Gets the threading model of a <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass" /> object. </summary> <returns> A string such as "Apartment". </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.TlbId"> <summary> Gets a value that is the identifier of the type library that contains type information about the class. </summary> <returns> The identifier of the type library that contains type information about the class. A <see cref="T:System.String" /> formatted in the pattern {xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}, where the value of the GUID is represented as a series of lower-case hexadecimal digits in groups of 8, 4, 4, 4, and 12 digits and separated by hyphens. An example of a return value is "{382c74c3-721d-4f34-80e5-57657b6cbc27}". </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.XmlClsId"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.ClsId" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.ClsId" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.XmlDescription"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.Description" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.Description" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.XmlProgId"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.ProgId" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.ProgId" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.XmlThreadingModel"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.ThreadingModel" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.ThreadingModel" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.XmlTlbId"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.TlbId" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass.TlbId" /> property. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest"> <summary> Represents a ClickOnce deployment manifest. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.DeploymentUrl"> <summary> Gets or sets the update location for the application. </summary> <returns> A string that indicates the update location for the application. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.DisallowUrlActivation"> <summary> Gets or sets a value indicating whether the application should be blocked from being started by means of a URL. </summary> <returns>true if the application is blocked from being started by means of a URL otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.EntryPoint"> <summary> Gets or sets a deployment reference that is the entry point of the application. </summary> <returns> An <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference" /> object that represents the entry point of the application. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.Install"> <summary> Gets or sets a value indicating whether the application is an installed application or an online-only application. </summary> <returns>true if the application is an installed application; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.MapFileExtensions"> <summary> Gets or sets a value indicating whether .deploy file extension mapping is used. </summary> <returns>true if .deploy file extension mapping is used; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.MinimumRequiredVersion"> <summary> Gets or sets the minimum required version number for an application. </summary> <returns> A string indicating the minimum required version number for an application. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.Product"> <summary> Gets or sets the name of the application. </summary> <returns> A string that indicates the name of the application. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.Publisher"> <summary> Gets or sets the publisher of the application. </summary> <returns> A string that indicates the publisher of the application. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.SupportUrl"> <summary> Gets or sets the link that appears in Add or Remove Programs in Control Panel for the application. </summary> <returns> A string that indicates the support URL. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.TrustUrlParameters"> <summary> Gets or sets a value indicating whether URL query-string parameters are available to the application. </summary> <returns>true if URL query-string parameters are available to the application; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.UpdateEnabled"> <summary> Gets or sets a value indicating whether the application is updatable. </summary> <returns>true if the application is updatable; otherwise, false. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.UpdateInterval"> <summary> Gets or sets the update interval for the application. </summary> <returns> An integer that indicates the update interval for the application. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.UpdateMode"> <summary> Gets or sets an object indicating whether updates should be checked in the foreground before the application is started, or in the background while the application is running. </summary> <returns> An <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.UpdateMode" /> object that indicates whether updates should be checked before the application is started, or while the application is running. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.UpdateUnit"> <summary> Gets or sets the units used for the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.UpdateInterval" /> property. </summary> <returns> An <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.UpdateUnit" /> object that indicates the units used for the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.UpdateInterval" /> property. </returns> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.Validate"> <summary> Performs various checks to verify the validity of the manifest. Any resulting errors or warnings are reported in the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollection" /> object. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.XmlDeploymentUrl"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.DeploymentUrl" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.DeploymentUrl" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.XmlDisallowUrlActivation"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.DisallowUrlActivation" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.DisallowUrlActivation" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.XmlInstall"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.Install" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.Install" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.XmlMapFileExtensions"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.MapFileExtensions" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.MapFileExtensions" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.XmlMinimumRequiredVersion"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.MinimumRequiredVersion" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.MinimumRequiredVersion" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.XmlProduct"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.Product" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.Product" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.XmlPublisher"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.Publisher" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.Publisher" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.XmlSupportUrl"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.SupportUrl" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.SupportUrl" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.XmlTrustUrlParameters"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.TrustUrlParameters" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.TrustUrlParameters" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.XmlUpdateEnabled"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.UpdateEnabled" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.UpdateEnabled" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.XmlUpdateInterval"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.UpdateInterval" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.UpdateInterval" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.XmlUpdateMode"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.UpdateMode" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.UpdateMode" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.XmlUpdateUnit"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.UpdateUnit" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest.UpdateUnit" /> property. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference"> <summary> Describes a manifest file reference. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference" /> class. </summary> <param name="path"> The specified source path of the file. </param> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.ComClasses"> <summary> Returns the set of COM classes referenced by the manifest for isolated applications and registration-free COM. </summary> <returns> An array of <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ComClass" /> objects representing the set of COM classes referenced by the manifest for isolated applications and registration-free COM. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.IsDataFile"> <summary> Gets or sets whether the file is a data file. </summary> <returns> A Boolean value indicating whether the file is a data file. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.ProxyStubs"> <summary> Returns the set of proxy stubs referenced by the manifest for isolated applications and registration-free COM. </summary> <returns> An array of <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub" /> objects representing the set of proxy stubs referenced by the manifest for isolated applications and registration-free COM. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.TypeLibs"> <summary> Returns the set of type libraries referenced by the manifest. </summary> <returns> An array of <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib" /> objects representing the set of type libraries referenced by the manifest. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.XmlComClasses"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.ComClasses" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.ComClasses" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.XmlProxyStubs"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.ProxyStubs" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.ProxyStubs" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.XmlTypeLibs"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.TypeLibs" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.TypeLibs" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference.XmlWriteableType"> <summary> Gets or sets a value that indicates whether the file is a data file. </summary> <returns> "applicationData" is the only valid setting. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReferenceCollection"> <summary> Represents a collection for manifest file references. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReferenceCollection.Add(Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference)"> <summary> Adds the specified file reference to the collection. </summary> <returns> Returns the added file reference object. </returns> <param name="file"> The specified file reference to add. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReferenceCollection.Add(System.String)"> <summary> Adds the specified file reference to the collection. </summary> <returns> Returns the added file reference object. </returns> <param name="path"> The path of the specified file reference to add. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReferenceCollection.Clear"> <summary> Removes all objects from the collection. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReferenceCollection.Count"> <summary> Returns the number of objects contained in the collection. </summary> <returns> the number of objects contained in the collection. </returns> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReferenceCollection.FindTargetPath(System.String)"> <summary> Finds a file reference in the collection by the specified target path. </summary> <returns> Returns the found file reference. </returns> <param name="targetPath"> The specified target path. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReferenceCollection.GetEnumerator"> <summary> Returns an enumerator that can iterate through the collection. </summary> <returns> An <see cref="T:System.Collections.IEnumerator" /> interface representing an enumerator that can iterate through the collection. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReferenceCollection.Item(System.Int32)"> <summary> Returns the element at the specified index. </summary> <returns> Returns the file reference object. </returns> <param name="index"> The zero-based index of the entry to get. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReferenceCollection.Remove(Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReference)"> <summary> Removes the specified file reference from the collection. </summary> <param name="file"> The specified file reference to remove. </param> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest"> <summary> Represents base functionality common to all supported manifest types. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.AssemblyIdentity"> <summary> Gets or sets the identity of the manifest. </summary> <returns> An <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyIdentity" /> object representing the identity of the manifest. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.AssemblyReferences"> <summary> Gets the set of assemblies that the manifest references. </summary> <returns> An <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReferenceCollection" /> object representing the set of assemblies that the manifest references. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.Description"> <summary> Gets or sets a textual description for the manifest. </summary> <returns> A string describing the manifest. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.EntryPoint"> <summary> Gets or sets an assembly reference that is the entry point of the application. </summary> <returns> An <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyReference" /> object representing an assembly reference that is the entry point of the application. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.FileReferences"> <summary> Gets the set of files that the manifest references. </summary> <returns> A <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.FileReferenceCollection" /> object representing the set of files that the manifest references. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.InputStream"> <summary> Gets or sets the input stream from which the manifest was read. </summary> <returns> A <see cref="T:System.IO.Stream" /> object representing the input stream from which the manifest was read. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.OutputMessages"> <summary> Gets a collection of current error and warning messages. </summary> <returns> An <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollection" /> object, which contains a collection of current error and warning messages. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.ReadOnly"> <summary> Gets or sets a value indicating whether the manifest is operating in read-only or read-write mode. </summary> <returns> A Boolean value indicating whether the manifest is operating in read-only or read-write mode. </returns> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.ResolveFiles"> <summary> Locates all specified assembly and file references by searching in the same directory as the loaded manifest, or in the current directory. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.ResolveFiles(System.String[])"> <summary> Locates all specified assembly and file references by searching in the specified directories. </summary> <param name="searchPaths"> An array of strings specifying the directories to search. </param> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.SourcePath"> <summary> Gets or sets the location where the manifest was loaded or saved. </summary> <returns> A string indicating the location where the manifest was loaded or saved. </returns> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.ToString"> <summary> Returns the manifest name. </summary> <returns> A string indicating the name of the manifest. </returns> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.UpdateFileInfo"> <summary> Updates file information for each referenced assembly and file. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.Validate"> <summary> Performs various checks to verify the validity of the manifest. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.ValidatePlatform"> <summary> Validates the manifest platform. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.XmlAssemblyIdentity"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.AssemblyIdentity" /> property to an XML file. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.XmlAssemblyReferences"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.AssemblyReferences" /> property to an XML file. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.XmlDescription"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.Description" /> property to an XML file. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.XmlFileReferences"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.FileReferences" /> property to an XML file. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.XmlSchema"> <summary> Gets or sets a property that is used to serialize the schema to an XML file. </summary> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ManifestReader"> <summary> Reads an XML manifest file into an object representation. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ManifestReader.ReadManifest(System.IO.Stream,System.Boolean)"> <summary> Reads the specified manifest XML and returns an object representation. </summary> <returns> A <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest" /> object representation of the manifest. Can be cast to <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyManifest" />, <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest" />, or <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest" /> to access more specific functionality. </returns> <param name="input"> Specifies an input stream. </param> <param name="preserveStream"> Specifies whether to preserve the input stream in the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.InputStream" /> property of the resulting manifest object. Used by <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ManifestWriter" /> to reconstitute input which is not represented in the object representation. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ManifestReader.ReadManifest(System.String,System.Boolean)"> <summary> Reads the specified manifest XML and returns an object representation. </summary> <returns> A <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest" /> object representation of the manifest. Can be cast to <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyManifest" />, <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest" />, or <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest" /> to access more specific functionality. </returns> <param name="path"> The path name of the input file. </param> <param name="preserveStream"> Specifies whether to preserve the input stream in the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.InputStream" /> property of the resulting manifest object. Used by <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ManifestWriter" /> to reconstitute input which is not represented in the object representation. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ManifestReader.ReadManifest(System.String,System.IO.Stream,System.Boolean)"> <summary> Reads the specified manifest XML and returns an object representation. </summary> <returns> A <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest" /> object representation of the manifest. Can be cast to <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyManifest" />, <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest" />, or <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest" /> to access more specific functionality. </returns> <param name="manifestType"> Specifies the expected type of the manifest. Valid values are AssemblyManifest, ApplicationManifest, or DeployManifest. </param> <param name="input"> Specifies an input stream. </param> <param name="preserveStream"> Specifies whether to preserve the input stream in the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.InputStream" /> property of the resulting manifest object. Used by <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ManifestWriter" /> to reconstitute input which is not represented in the object representation. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ManifestReader.ReadManifest(System.String,System.String,System.Boolean)"> <summary> Reads the specified manifest XML and returns an object representation. </summary> <returns> A <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest" /> object representation of the manifest. Can be cast to <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyManifest" />, <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest" />, or <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.DeployManifest" /> to access more specific functionality. </returns> <param name="manifestType"> Specifies the expected type of the manifest. Valid values are AssemblyManifest, ApplicationManifest, or DeployManifest. </param> <param name="path"> The path name of the input file. </param> <param name="preserveStream"> Specifies whether to preserve the input stream in the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest.InputStream" /> property of the resulting manifest object. Used by <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ManifestWriter" /> to reconstitute input which is not represented in the object representation. </param> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ManifestWriter"> <summary> Writes an object representation of a manifest to XML. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ManifestWriter.WriteManifest(Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest)"> <summary> Writes the specified manifest object to XML. </summary> <param name="manifest"> The manifest object. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ManifestWriter.WriteManifest(Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest,System.IO.Stream)"> <summary> Writes the specified manifest object to XML. </summary> <param name="manifest"> The manifest object. </param> <param name="output"> Specifies an output stream. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ManifestWriter.WriteManifest(Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest,System.String)"> <summary> Writes the specified manifest object to XML. </summary> <param name="manifest"> The manifest object. </param> <param name="path"> The path name of the output file. </param> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage"> <summary> This class represents an error, warning, or informational output message for the manifest generator. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.GetArguments"> <summary> Returns a string array of arguments for the message. </summary> <returns> Returns a string array of arguments for the message. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.Name"> <summary> Returns an identifier for the message. </summary> <returns> A string indicating the message name. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.Text"> <summary> Returns the text of the message. </summary> <returns> A string indicating the message text. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessage.Type"> <summary> Returns whether the message is an error, warning, or informational message. </summary> <returns> An <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageType" /> object indicating the message type. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollection"> <summary> This class represent a collection for output messages. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollection.Clear"> <summary> Removes all objects from the collection. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollection.ErrorCount"> <summary> Gets the number of error messages in the collection. </summary> <returns> The number of error messages in the collection. </returns> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollection.GetEnumerator"> <summary> Returns an enumerator that can iterate through the collection. </summary> <returns> Returns an <see cref="T:System.Collections.IEnumerator" /> object that can iterate through the collection. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollection.Item(System.Int32)"> <summary> Gets the element at the specified index. </summary> <returns> Returns the file reference instance. </returns> <param name="index"> The zero-based index of the entry to get. </param> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageCollection.WarningCount"> <summary> Gets the number of warning messages in the collection. </summary> <returns> The number of warning messages in the collection. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageType"> <summary> Specifies the type of output message as either an error, warning, or informational. </summary> </member> <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageType.Info"> <summary> Indicates an informational message. </summary> </member> <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageType.Warning"> <summary> Indicates a warning. </summary> </member> <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.OutputMessageType.Error"> <summary> Indicates an error. </summary> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub"> <summary> Represents a proxy in a ClickOnce application manifest. . </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.BaseInterface"> <summary> Gets the IID of the interface from which the interface described by the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.IID" /> property is derived. </summary> <returns> The IID of the base interface. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.IID"> <summary> Gets the IID of the interface for which the proxy is being declared. </summary> <returns> The IID of the interface. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.Name"> <summary> Gets the name of the component. </summary> <returns> The name of the component. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.NumMethods"> <summary> Gets the number of methods in the component. </summary> <returns> The number of methods in the component. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.TlbId"> <summary> Gets the GUID for the type library for the component. </summary> <returns> The GUID for the type library. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.XmlBaseInterface"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.BaseInterface" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.BaseInterface" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.XmlIID"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.IID" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.IID" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.XmlName"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.Name" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.Name" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.XmlNumMethods"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.NumMethods" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.NumMethods" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.XmlTlbId"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.TlbId" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.ProxyStub.TlbId" /> property. </returns> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.SecurityUtilities"> <summary> Provides a set of utility functions for manipulating security permision sets and signing. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.SecurityUtilities.ComputeZonePermissionSet(System.String,System.Security.PermissionSet,System.String[])"> <summary> Generates a permission set by computing the zone default permission set, removing any excluded permissions, and adding any included permissions. </summary> <returns> Returns the generated permission set. </returns> <param name="targetZone"> Specifies a zone default permission set, which is obtained from machine policy. Valid values are Internet, LocalIntranet, or Custom. If Custom is specified, the generated permission set is based only on the <paramref name="includedPermissionSet" /> parameter. </param> <param name="includedPermissionSet"> A <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.PermissionSet" /> object containing the set of permissions to be explicitly included in the generated permission set. Permissions specified in this parameter will be included verbatim in the generated permission set, regardless of <paramref name="targetZone" /> or <paramref name="excludedPermissions" /> parameters. </param> <param name="excludedPermissions"> An array of permission identity strings to be excluded from the zone default permission set. Permission identity strings can be computed using the <see cref="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.SecurityUtilities.PermissionSetToIdentityList(System.Security.PermissionSet)" /> method. This parameter is ignored if <paramref name="targetZone" /> is not Internet or LocalIntranet. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.SecurityUtilities.IdentityListToPermissionSet(System.String[])"> <summary> Converts an array of permission identity strings to a permission set object. </summary> <returns> Returns the converted permission set. </returns> <param name="ids"> An array of permission identity strings. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.SecurityUtilities.PermissionSetToIdentityList(System.Security.PermissionSet)"> <summary> Converts a permission set object to an array of permission identity strings. </summary> <returns> Returns an array of permission identity strings. </returns> <param name="permissionSet"> The input permission set to be converted. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.SecurityUtilities.SignFile(System.Security.Cryptography.X509Certificates.X509Certificate2,System.Uri,System.String)"> <summary> Signs a ClickOnce manifest or PE file. </summary> <param name="cert"> The certificate to be used to sign the file. </param> <param name="timestampUrl"> Indicates that the file is to be timestamped by the timestamp server at the specified HTTP address. This parameter can be NULL if you do not want a timestamp. </param> <param name="path"> The name of the file to sign. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.SecurityUtilities.SignFile(System.String,System.Security.SecureString,System.Uri,System.String)"> <summary> Signs a ClickOnce manifest. </summary> <param name="certPath"> The certificate to be used to sign the file. The certificate must contain a private key. The KeyUsage extension is optional, but if it is present, DigitalSignature must be set to True. The EnhancedKeyUsage extension is also optional, but if it is present, the certificate must contain object identifier (OID) support. </param> <param name="certPassword"> The certificate password. </param> <param name="timestampUrl"> Indicates that the file is to be timestamped by the timestamp server at the specified HTTP address. This parameter can be NULL if you do not want a timestamp. </param> <param name="path"> The name of the file to sign. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.SecurityUtilities.SignFile(System.String,System.Uri,System.String)"> <summary> Signs a ClickOnce manifest or PE file. </summary> <param name="certThumbprint"> Specifies the thumbprint, which is the SHA1 hash of the signing certificate, which is kept in your personal certificate store. </param> <param name="timestampUrl"> Indicates that the file is to be timestamped by the timestamp server at the specified HTTP address. This parameter can be NULL if you do not want a timestamp. </param> <param name="path"> The name of the file to sign. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.SecurityUtilities.XmlToPermissionSet(System.Xml.XmlElement)"> <summary> Converts an XML element to a permission set object. </summary> <returns> The converted permission set object. </returns> <param name="element"> An XML representation of the permission set. </param> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo"> <summary> This class represents the application security trust information. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.Clear"> <summary> Resets the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo" /> object to its default state of full trust. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.HasUnmanagedCodePermission"> <summary> Determines whether the application has permission to call unmanaged code. </summary> <returns> A Boolean value indicating whether the application has permission to call unmanaged code. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.IsFullTrust"> <summary> Determines whether the application is full trust or partial trust. </summary> <returns> A Boolean value indicating whether the application is full trust or partial trust. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.PermissionSet"> <summary> Gets or sets the permission set object for the application trust. </summary> <returns> A <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.PermissionSet" /> object for the application trust. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.PreserveFullTrustPermissionSet"> <summary> Gets or sets whether to preserve partial trust permission when the full trust flag is set. </summary> <returns> A Boolean value indicating whether to preserve partial trust permission when the full trust flag is set. </returns> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.Read(System.IO.Stream)"> <summary> Reads the application trust from an XML file. </summary> <param name="input"> Specifies an input stream. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.Read(System.String)"> <summary> Reads the application trust from an XML file. </summary> <param name="path"> The name of the input file. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.ReadManifest(System.IO.Stream)"> <summary> Reads the application trust from a ClickOnce application manifest. </summary> <param name="input"> Specifies an input stream. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.ReadManifest(System.String)"> <summary> Reads the application trust from a ClickOnce application manifest. </summary> <param name="path"> The name of the input file. </param> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.SameSiteAccess"> <summary> Gets or sets the level of same site access permitted, specifying whether the application has permission to communicate with the server from which it was deployed. </summary> <returns> A string indicating the level of same site access permitted. The values can be site or none. site specifies that the application can call Web services at the same URL from which it was deployed; if deployed from a share, the application has permission to read files from that share. none specifies that the application can neither access Web services from the same URL from which it was deployed, nor access files from the share from which it was deployed. "Application" refers to the application for which the manifest is being read (using <see cref="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.ReadManifest(System.IO.Stream)" />). </returns> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.ToString"> <summary> Returns all the information in the application security trust object as a string. </summary> <returns> A string containing the information in the application security trust object. </returns> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.Write(System.IO.Stream)"> <summary> Writes the application trust to an XML file. </summary> <param name="output"> Specifies an output stream. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.Write(System.String)"> <summary> Writes the application trust to an XML file. </summary> <param name="path"> The name of the output file. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.WriteManifest(System.IO.Stream)"> <summary> Writes the application trust to a new template ClickOnce application manifest. </summary> <param name="output"> Specifies an output stream to which to write the updated manifest file. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.WriteManifest(System.IO.Stream,System.IO.Stream)"> <summary> Updates an existing ClickOnce application manifest with the specified trust. </summary> <param name="input"> Specifies an input stream containing the manifest to be updated. </param> <param name="output"> Specifies an output stream to which to write the updated manifest file. </param> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TrustInfo.WriteManifest(System.String)"> <summary> Writes the application trust to a ClickOnce application manifest. </summary> <param name="path"> The name of the output file. </param> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib"> <summary> Represents a type library. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib" /> class. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.Flags"> <summary> Gets the string representation of the type library flags for this type library. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.HelpDirectory"> <summary> Gets the directory where the Help file for the types in the type library is located. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.ResourceId"> <summary> Gets the hexadecimal string representation of the locale identifier (LCID). </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.TlbId"> <summary> Gets the unique ID of the type library. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.Version"> <summary> Gets the version number of the type library. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.XmlFlags"> <summary> Get or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.Flags" /> property to an XML file. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.XmlHelpDirectory"> <summary> Get or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.HelpDirectory" /> property to an XML file. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.XmlResourceId"> <summary> Get or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.ResourceId" /> property to an XML file. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.XmlTlbId"> <summary> Get or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.TlbId" /> property to an XML file. </summary> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.XmlVersion"> <summary> Get or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.TypeLib.Version" /> property to an XML file. </summary> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.UpdateMode"> <summary> Specifies how the application checks for updates. </summary> </member> <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.UpdateMode.Background"> <summary> Check for updates in the background, after the application starts. </summary> </member> <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.UpdateMode.Foreground"> <summary> Check for updates in the foreground, before the application starts. </summary> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.UpdateUnit"> <summary> Specifies the units for the update interval. </summary> </member> <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.UpdateUnit.Hours"> <summary> Update interval is in hours. </summary> </member> <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.UpdateUnit.Days"> <summary> Update interval is in days. </summary> </member> <member name="F:Microsoft.Build.Tasks.Deployment.ManifestUtilities.UpdateUnit.Weeks"> <summary> Update interval is in weeks. </summary> </member> <member name="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass"> <summary> Represents a window class in an application manifest. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass" /> class. </summary> </member> <member name="M:Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass.#ctor(System.String,System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass" /> class, specifying information about the versioning status of the window class. </summary> <param name="name"> The name of the class. </param> <param name="versioned"> Controls whether the internal window class name that is used in registration contains the version of the assembly that contains the window class. </param> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass.Name"> <summary> Gets the name of the window class. </summary> <returns> The name of the window class. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass.Versioned"> <summary> Gets a value that controls whether the internal window class name that is used in registration contains the version of the assembly that contains the window class. </summary> <returns>yes if the name that is used in registration contains the version of the assembly; otherwise, no. The default is yes. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass.XmlName"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass.Name" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass.Name" /> property. </returns> </member> <member name="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass.XmlVersioned"> <summary> Gets or sets a property that is used to serialize the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass.Versioned" /> property to an XML file. </summary> <returns> The value of the <see cref="P:Microsoft.Build.Tasks.Deployment.ManifestUtilities.WindowClass.Versioned" /> property. </returns> </member> <member name="T:Microsoft.Build.Tasks.Hosting.ICscHostObject"> <summary> Defines an interface that allows the Csc task to communicate with the host integrated development environment (IDE). </summary> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.BeginInitialization"> <summary> Begins the initialization of the <see cref="T:Microsoft.Build.Tasks.Hosting.ICscHostObject" />. </summary> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.Compile"> <summary> Compiles the project. </summary> <returns>true if the method was successful; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.EndInitialization(System.String@,System.Int32@)"> <summary> Ends the initialization of the <see cref="T:Microsoft.Build.Tasks.Hosting.ICscHostObject" /> with the specified error message and code. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="errorMessage"> The error message. </param> <param name="errorCode"> The error code. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.IsDesignTime"> <summary> Returns a value indicating whether the integrated development environment (IDE) is currently in design time mode. </summary> <returns>true if the IDE is currently in design time mode; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.IsUpToDate"> <summary> Returns a value indicating whether the compiled project is up-to-date. </summary> <returns>true if the compiled project is up-to-date; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetAdditionalLibPaths(System.String[])"> <summary> Specifies additional directories to search for references. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="additionalLibPaths"> An array of directories to search for references. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetAddModules(System.String[])"> <summary> Specifies one or more modules to be part of the assembly. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="addModules"> An array of modules to be part of the assembly. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetAllowUnsafeBlocks(System.Boolean)"> <summary> Specifies a value indicating whether to allow code that uses the unsafe keyword to compile. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="allowUnsafeBlocks">true to allow code that uses the unsafe keyword to compile; otherwise, false. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetBaseAddress(System.String)"> <summary> Specifies the preferred base address at which to load a DLL. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="baseAddress"> The preferred base address at which to load a DLL. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetCheckForOverflowUnderflow(System.Boolean)"> <summary> Specifies a value indicating whether integer arithmetic that overflows the bounds of the data type causes an exception at run time. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="checkForOverflowUnderflow">true to cause an exception when integer arithmetic overflows the bounds of the data type; otherwise, false. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetCodePage(System.Int32)"> <summary> Specifies the code page to use for all source code files in the compilation. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="codePage"> The code page to use for all source code files in the compilation. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetDebugType(System.String)"> <summary> Specifies the debug type. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="debugType"> The debug type, which can be full or pdbonly. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetDefineConstants(System.String)"> <summary> Specifies the preprocessor symbols to define. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="defineConstants"> The preprocessor symbols to define. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetDelaySign(System.Boolean,System.Boolean)"> <summary> Specifies a value indicating whether to create a fully signed assembly. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="delaySignExplicitlySet">true if the DelaySign parameter is explicitly set; otherwise, false. </param> <param name="delaySign">true if you want to create a fully signed assembly; false if you only want to place the public key in the assembly. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetDisabledWarnings(System.String)"> <summary> Specifies the list of warnings to disable. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="disabledWarnings"> The list of warnings to disable. Multiple warnings are separated with a comma. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetDocumentationFile(System.String)"> <summary> Specifies the XML file in which to save processed documentation comments. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="documentationFile"> A string that contains the name of the file in which to save processed documentation comments. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetEmitDebugInformation(System.Boolean)"> <summary> Specifies a value indicating whether to generate debugging information and place it in a program database (.pdb) file. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="emitDebugInformation">true to generate debugging information and place it in a .pdb file; otherwise, false. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetErrorReport(System.String)"> <summary> Specifies a value that indicates how internal compiler errors are reported to Microsoft. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="errorReport"> A value specifying how internal compiler errors are reported to Microsoft. This value can be prompt, send, or none. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetFileAlignment(System.Int32)"> <summary> Specifies the size of sections in the output file. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="fileAlignment"> The size of sections in the output file. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetGenerateFullPaths(System.Boolean)"> <summary> Specifies a value indicating whether to specify the absolute path to the file in the compiler output. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="generateFullPaths">true specify the absolute path to the file in the compiler output; false to specify only the name of the file in the compiler output. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetKeyContainer(System.String)"> <summary> Specifies the name of the cryptographic key container. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="keyContainer"> The name of the cryptographic key container. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetKeyFile(System.String)"> <summary> Specifies the file name containing the cryptographic key. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="keyFile"> The name of the file containing the cryptographic key. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetLangVersion(System.String)"> <summary> Specifies the version of the language to use. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="langVersion"> The version of the language to use. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetLinkResources(Microsoft.Build.Framework.ITaskItem[])"> <summary> Creates links to the specified .NET Framework resources in the output file; the resource files are not placed in the output file. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="linkResources"> The .NET Framework resources to link to the output file. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetMainEntryPoint(System.String,System.String)"> <summary> Specifies the location of the Main method. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="targetType"> The file format of the output file. This value can be library, exe, module, or winexe. </param> <param name="mainEntryPoint"> The location of the Main method. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetModuleAssemblyName(System.String)"> <summary> Specifies an assembly whose non-public types a .netmodule can access. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="moduleAssemblyName"> An assembly whose non-public types a .netmodule can access. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetNoConfig(System.Boolean)"> <summary> Specifies a value indicating whether to prevent the compiler from compiling with the csc.rsp file. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="noConfig">true to prevent the compiler from compiling with the csc.rsp file; otherwise, false. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetNoStandardLib(System.Boolean)"> <summary> Specifies a value indicating whether to prevent the import of mscorlib.dll. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="noStandardLib">true to prevent the import of mscorlib.dll; otherwise, false. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetOptimize(System.Boolean)"> <summary> Specifies a value indicating whether to enable optimizations. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="optimize">true to enable optimizations; otherwise, false. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetOutputAssembly(System.String)"> <summary> Specifies the name of the output file. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="outputAssembly"> The name of the output file. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetPdbFile(System.String)"> <summary> Specifies the program database (.pdb) file in which to place generated debugging information. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="pdbFile"> The .pdb file in which to place generated debugging information. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetPlatform(System.String)"> <summary> Specifies the processor platform to be targeted by the output file. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="platform"> The processor platform to be targeted by the output file. This value can be x86, x64, or anycpu. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetReferences(Microsoft.Build.Framework.ITaskItem[])"> <summary> Specifies the items from which to import public type information into the current project. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="references"> The items from which to import public type information into the current project. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetResources(Microsoft.Build.Framework.ITaskItem[])"> <summary> Specifies the .NET Framework resources to embed into the output file. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="resources"> The .NET Framework resources to embed into the output file. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetResponseFiles(Microsoft.Build.Framework.ITaskItem[])"> <summary> Specifies the response files that contain commands for the compiler. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="responseFiles"> The response files that contain commands for the compiler. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetSources(Microsoft.Build.Framework.ITaskItem[])"> <summary> Specifies one or more Visual C# source files. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="sources"> One or more Visual C# source files. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetTargetType(System.String)"> <summary> Specifies the file format of the output file. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="targetType"> The file format of the output file. This value can be library, exe, module, or winexe. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetTreatWarningsAsErrors(System.Boolean)"> <summary> Specifies a value indicating whether to treat all warnings as errors. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="treatWarningsAsErrors">true to treat all warnings as errors; otherwise, false. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetWarningLevel(System.Int32)"> <summary> Specifies the warning level, from 0-4. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="warningLevel"> The warning level, from 0-4. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetWarningsAsErrors(System.String)"> <summary> Specifies a list of warnings to treat as errors. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="warningsAsErrors"> A list of warnings to treat as errors. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetWarningsNotAsErrors(System.String)"> <summary> Specifies a list of warnings that are not treated as errors. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="warningsNotAsErrors"> A list of warnings that are not treated as errors. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetWin32Icon(System.String)"> <summary> Specifies an .ico file to insert into the assembly. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="win32Icon"> The .ico file to insert into the assembly. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.ICscHostObject.SetWin32Resource(System.String)"> <summary> Specifies a Win32 resource (.res) file to insert into the output file. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="win32Resource"> A Win32 resource (.res) file to insert into the output file. </param> </member> <member name="T:Microsoft.Build.Tasks.Hosting.IVbcHostObject"> <summary> Defines an interface that allows the Vbc task to communicate with the host integrated development environment (IDE). </summary> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.BeginInitialization"> <summary> Begins the initialization of the <see cref="T:Microsoft.Build.Tasks.Hosting.IVbcHostObject" />. </summary> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.Compile"> <summary> Compiles the project. </summary> <returns>true if the method was successful; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.EndInitialization"> <summary> Ends the initialization of the <see cref="T:Microsoft.Build.Tasks.Hosting.IVbcHostObject" />. </summary> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.IsDesignTime"> <summary> Returns a value indicating whether the integrated development environment (IDE) is currently in design time mode. </summary> <returns>true if the IDE is currently in design time mode; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.IsUpToDate"> <summary> Returns a value indicating whether the compiled project is up-to-date. </summary> <returns>true if the compiled project is up-to-date; otherwise, false. </returns> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetAdditionalLibPaths(System.String[])"> <summary> Specifies additional directories to search for references. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="additionalLibPaths"> An array of directories to search for references. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetAddModules(System.String[])"> <summary> Specifies one or more modules to be part of the assembly. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="addModules"> An array of modules to be part of the assembly. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetBaseAddress(System.String,System.String)"> <summary> Specifies the preferred base address at which to load a DLL. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="targetType"> The file format of the output file. This value can be library, exe, module, or winexe. </param> <param name="baseAddress"> The preferred base address at which to load a DLL. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetCodePage(System.Int32)"> <summary> Specifies the code page to use for all source code files in the compilation. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="codePage"> The code page to use for all source code files in the compilation. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetDebugType(System.Boolean,System.String)"> <summary> Specifies the debug type. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="emitDebugInformation">true to generate debugging information and place it in a program database (.pdb) file; otherwise, false. </param> <param name="debugType"> The debug type, which can be full or pdbonly. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetDefineConstants(System.String)"> <summary> Specifies the preprocessor symbols to define. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="defineConstants"> The preprocessor symbols to define. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetDelaySign(System.Boolean)"> <summary> Specifies a value indicating whether to create a fully signed assembly. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="delaySign">true if you want to create a fully signed assembly; false if you only want to place the public key in the assembly. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetDisabledWarnings(System.String)"> <summary> Specifies the list of warnings to disable. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="disabledWarnings"> The list of warnings to disable. Multiple warnings are separated with a comma. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetDocumentationFile(System.String)"> <summary> Specifies the XML file in which to save processed documentation comments. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="documentationFile"> A string that contains the name of the file in which to save processed documentation comments. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetErrorReport(System.String)"> <summary> Specifies a value that indicates how internal compiler errors are reported to Microsoft. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="errorReport"> A value specifying how internal compiler errors are reported to Microsoft. This value can be prompt, send, or none. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetFileAlignment(System.Int32)"> <summary> Specifies the size of sections in the output file. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="fileAlignment"> The size of sections in the output file. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetGenerateDocumentation(System.Boolean)"> <summary> Specifies a value indicating whether to generate documentation and place it in an XML file with the name of the executable file or library that the compiler is creating. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="generateDocumentation">true to generate a documentation file; otherwise, false. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetImports(Microsoft.Build.Framework.ITaskItem[])"> <summary> Specifies the namespaces to import. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="importsList"> The namespaces to import. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetKeyContainer(System.String)"> <summary> Specifies the name of the cryptographic key container. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="keyContainer"> The name of the cryptographic key container. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetKeyFile(System.String)"> <summary> Specifies the file name containing the cryptographic key. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="keyFile"> The name of the file containing the cryptographic key. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetLinkResources(Microsoft.Build.Framework.ITaskItem[])"> <summary> Creates links to the specified .NET Framework resources in the output file; the resource files are not placed in the output file. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="linkResources"> The .NET Framework resources to link to the output file. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetMainEntryPoint(System.String)"> <summary> Specifies the class or module that contains the location of the Sub Main procedure. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="mainEntryPoint"> The class or module that contains the location of the Sub Main procedure. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetNoConfig(System.Boolean)"> <summary> Specifies a value indicating whether to prevent the compiler from compiling with the vbc.rsp file. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="noConfig">true to prevent the compiler from compiling with the vbc.rsp file; otherwise, false. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetNoStandardLib(System.Boolean)"> <summary> Specifies a value indicating whether to prevent the import of mscorlib.dll. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="noStandardLib">true to prevent the import of mscorlib.dll; otherwise, false. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetNoWarnings(System.Boolean)"> <summary> Specifies a value indicating whether the compiler supresses all warnings. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="noWarnings">true to suppress all warnings; otherwise, false. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetOptimize(System.Boolean)"> <summary> Specifies a value indicating whether to enable optimizations. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="optimize">true to enable optimizations; otherwise, false. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetOptionCompare(System.String)"> <summary> Specifies a value indicating how the compiler makes string comparisons. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="optionCompare"> A value indicating how the compiler makes string comparisons. The value must be either binary or text. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetOptionExplicit(System.Boolean)"> <summary> Specifies a value indicating whether the explicit declaration of variables is required. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="optionExplicit">true to require the explicit declaration of variables; otherwise, false. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetOptionStrict(System.Boolean)"> <summary> Specifies a value indicating whether the compiler enforces strict type semantics to restrict implicit type conversions. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="optionStrict">true to enforce strict type semantics to restrict implicit type conversions; otherwise, false. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetOptionStrictType(System.String)"> <summary> Specifies that the compiler should warn when strict language semantics are not respected. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="optionStrictType"> The string passed to the OptionStrictType parameter. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetOutputAssembly(System.String)"> <summary> Specifies the name of the output file. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="outputAssembly"> The name of the output file. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetPlatform(System.String)"> <summary> Specifies the processor platform to be targeted by the output file. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="platform"> The processor platform to be targeted by the output file. This value can be x86, x64, Itanium, or anycpu. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetReferences(Microsoft.Build.Framework.ITaskItem[])"> <summary> Specifies the items from which to import public type information into the current project. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="references"> The items from which to import public type information into the current project. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetRemoveIntegerChecks(System.Boolean)"> <summary> Specifies a value indicating whether to disable integer overflow error checks. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="removeIntegerChecks">true to remove integer overflow error checks; otherwise, false. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetResources(Microsoft.Build.Framework.ITaskItem[])"> <summary> Specifies the .NET Framework resources to embed into the output file. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="resources"> The .NET Framework resources to embed into the output file. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetResponseFiles(Microsoft.Build.Framework.ITaskItem[])"> <summary> Specifies the response files that contain commands for the compiler. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="responseFiles"> The response files that contain commands for the compiler. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetRootNamespace(System.String)"> <summary> Specifies the root namespace for all type declarations. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="rootNamespace"> The root namespace for all type declarations. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetSdkPath(System.String)"> <summary> Specifies the location of mscorlib.dll and microsoft.visualbasic.dll. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="sdkPath"> The location of mscorlib.dll and microsoft.visualbasic.dll. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetSources(Microsoft.Build.Framework.ITaskItem[])"> <summary> Specifies one or more Visual Basic source files. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="sources"> One or more Visual Basic source files. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetTargetCompactFramework(System.Boolean)"> <summary> Specifies a value indicating whether to target the .NET Compact Framework. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="targetCompactFramework">true to target the .NET Compact Framework; otherwise, false. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetTargetType(System.String)"> <summary> Specifies the file format of the output file. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="targetType"> The file format of the output file. This value can be library, exe, module, or winexe. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetTreatWarningsAsErrors(System.Boolean)"> <summary> Specifies a value indicating whether to treat all warnings as errors. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="treatWarningsAsErrors">true to treat all warnings as errors; otherwise, false. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetWarningsAsErrors(System.String)"> <summary> Specifies a list of warnings to treat as errors. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="warningsAsErrors"> A list of warnings to treat as errors. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetWarningsNotAsErrors(System.String)"> <summary> Specifies a list of warnings that are not treated as errors. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="warningsNotAsErrors"> A list of warnings that are not treated as errors. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetWin32Icon(System.String)"> <summary> Specifies an .ico file to insert into the assembly. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="win32Icon"> The .ico file to insert into the assembly. </param> </member> <member name="M:Microsoft.Build.Tasks.Hosting.IVbcHostObject.SetWin32Resource(System.String)"> <summary> Specifies a Win32 resource (.res) file to insert into the output file. </summary> <returns>true if the method was successful; otherwise, false. </returns> <param name="win32Resource"> A Win32 resource (.res) file to insert into the output file. </param> </member> </members> </doc>