Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Microsoft.Build.Tasks.Deployment.ManifestUtilities Namespace

 

The Microsoft.Build.Tasks.Deployment.ManifestUtilities namespace contains classes that MSBuild uses.

ClassDescription
System_CAPS_pubclassApplicationIdentity

Provides a unique identifier for a ClickOnce application.

System_CAPS_pubclassApplicationManifest

Describes a ClickOnce or native Win32 application manifest.

System_CAPS_pubclassAssemblyIdentity

Specifies the identity of an assembly.

System_CAPS_pubclassAssemblyManifest

Describes a Win32 assembly manifest.

System_CAPS_pubclassAssemblyReference

Describes a manifest assembly reference.

System_CAPS_pubclassAssemblyReferenceCollection

Provides a collection for manifest assembly references.

System_CAPS_pubclassBaseReference

Describes base functionality common to both file references and assembly references.

System_CAPS_pubclassComClass

This API supports the product infrastructure and is not intended to be used directly from your code. Represents a COM class that is described in a manifest.

System_CAPS_pubclassCompatibleFramework

Describes the versions of the .NET Framework that an application can run on.

System_CAPS_pubclassCompatibleFrameworkCollection

Represents a collection of versions of the .NET Framework that an application prefers to run on.

System_CAPS_pubclassDeployManifest

Represents a ClickOnce deployment manifest.

System_CAPS_pubclassFileAssociation

Represents a file name extension to be associated with the application.

System_CAPS_pubclassFileAssociationCollection

Represents a collection of file associations.

System_CAPS_pubclassFileReference

Describes a manifest file reference.

System_CAPS_pubclassFileReferenceCollection

Represents a collection for manifest file references.

System_CAPS_pubclassManifest

Represents base functionality common to all supported manifest types.

System_CAPS_pubclassManifestReader

Reads an XML manifest file into an object representation.

System_CAPS_pubclassManifestWriter

Writes an object representation of a manifest to XML.

System_CAPS_pubclassOutputMessage

This class represents an error, warning, or informational output message for the manifest generator.

System_CAPS_pubclassOutputMessageCollection

This class represent a collection for output messages.

System_CAPS_pubclassProxyStub

This API supports the product infrastructure and is not intended to be used directly from your code. Represents a proxy in a ClickOnce application manifest. .

System_CAPS_pubclassSecurityUtilities

Provides a set of utility functions for manipulating security permision sets and signing.

System_CAPS_pubclassTrustInfo

This class represents the application security trust information.

System_CAPS_pubclassTypeLib

This API supports the product infrastructure and is not intended to be used directly from your code. Represents a type library.

System_CAPS_pubclassWindowClass

This API supports the product infrastructure and is not intended to be used directly from your code. Represents a window class in an application manifest.

EnumerationDescription
System_CAPS_pubenumAssemblyReferenceType

This class represents the type of an assembly reference.

System_CAPS_pubenumAssemblyIdentity.FullNameFlags

This class represents the attributes that the GetFullName function returns.

System_CAPS_pubenumOutputMessageType

Specifies the type of output message as either an error, warning, or informational.

System_CAPS_pubenumUpdateMode

Specifies how the application checks for updates.

System_CAPS_pubenumUpdateUnit

Specifies the units for the update interval.

Return to top
Show: