prjApplicationManifestValues Class
An enumeration representing the presence of the app.manifest file.
Inheritance Hierarchy
System.Object
VslangProj90.prjApplicationManifestValues
Namespace: VslangProj90
Assembly: VslangProj90 (in VslangProj90.dll)
Syntax
'Declaration
<GuidAttribute("179C6298-97C7-4249-B3C3-4986C6924991")> _
Public MustInherit Class prjApplicationManifestValues
[GuidAttribute("179C6298-97C7-4249-B3C3-4986C6924991")]
public abstract class prjApplicationManifestValues
[GuidAttribute(L"179C6298-97C7-4249-B3C3-4986C6924991")]
public ref class prjApplicationManifestValues abstract
[<AbstractClass>]
[<GuidAttribute("179C6298-97C7-4249-B3C3-4986C6924991")>]
type prjApplicationManifestValues = class end
public abstract class prjApplicationManifestValues
The prjApplicationManifestValues type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
prjApplicationManifest_Default | An enumeration value indicating that the application is using the default app.manifest file. | |
prjApplicationManifest_NoManifest | An enumeration value indicating that the application has no app.manifest file. |
Top
Remarks
For more information, see How to: Sign Application and Deployment Manifests.
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.