AssemblyManifest Class
Describes a Win32 assembly manifest.
MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Inheritance Hierarchy
System.Object
Microsoft.Build.Tasks.Deployment.ManifestUtilities.Manifest
Microsoft.Build.Tasks.Deployment.ManifestUtilities.AssemblyManifest
Microsoft.Build.Tasks.Deployment.ManifestUtilities.ApplicationManifest
Namespace: Microsoft.Build.Tasks.Deployment.ManifestUtilities
Assembly: Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Class AssemblyManifest _
Inherits Manifest
[ComVisibleAttribute(false)]
public class AssemblyManifest : Manifest
[ComVisibleAttribute(false)]
public ref class AssemblyManifest : public Manifest
[<ComVisibleAttribute(false)>]
type AssemblyManifest =
class
inherit Manifest
end
public class AssemblyManifest extends Manifest
The AssemblyManifest type exposes the following members.
Constructors
Name | Description | |
---|---|---|
AssemblyManifest | Initializes a new instance of the AssemblyManifest class.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. |
Top
Properties
Name | Description | |
---|---|---|
AssemblyIdentity | Gets or sets the identity of the manifest.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Manifest.) | |
AssemblyReferences | Gets the set of assemblies that the manifest references.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Manifest.) | |
Description | Gets or sets a textual description for the manifest.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Manifest.) | |
EntryPoint | Gets or sets an assembly reference that is the entry point of the application.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Manifest.) | |
ExternalProxyStubs | Gets the set of external proxy stubs referenced by the manifest for isolated applications and Reg-Free COM.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
FileReferences | Gets the set of files that the manifest references.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Manifest.) | |
InputStream | Gets or sets the input stream from which the manifest was read.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Manifest.) | |
OutputMessages | Gets a collection of current error and warning messages.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Manifest.) | |
ReadOnly | Gets or sets a value indicating whether the manifest is operating in read-only or read-write mode.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Manifest.) | |
SourcePath | Gets or sets the location where the manifest was loaded or saved.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Manifest.) | |
XmlAssemblyIdentity | Infrastructure. Gets or sets a property that is used to serialize the AssemblyIdentity property to an XML file.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Manifest.) | |
XmlAssemblyReferences | Infrastructure. Gets or sets a property that is used to serialize the AssemblyReferences property to an XML file.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Manifest.) | |
XmlDescription | Infrastructure. Gets or sets a property that is used to serialize the Description property to an XML file.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Manifest.) | |
XmlExternalProxyStubs | Infrastructure. Gets or sets the set of external proxy stubs referenced by the manifest for isolated applications and Reg-Free COM in XML format.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
XmlFileReferences | Infrastructure. Gets or sets a property that is used to serialize the FileReferences property to an XML file.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Manifest.) | |
XmlSchema | Infrastructure. Gets or sets a property that is used to serialize the schema to an XML file.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Manifest.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ResolveFiles() | Locates all specified assembly and file references by searching in the same directory as the loaded manifest, or in the current directory.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Manifest.) | |
ResolveFiles(array<String[]) | Locates all specified assembly and file references by searching in the specified directories.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Manifest.) | |
ToString | Returns the manifest name.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Manifest.) | |
UpdateFileInfo() | Updates file information for each referenced assembly and file.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Manifest.) | |
UpdateFileInfo(String) | Updates file information for each referenced assembly and file, using the specified version of the target framework.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Manifest.) | |
Validate | Performs various checks to verify the validity of the manifest.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Manifest.) | |
ValidatePlatform | Infrastructure. Validates the manifest platform.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. (Inherited from Manifest.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Build.Tasks.Deployment.ManifestUtilities Namespace