This documentation is archived and is not being maintained.
FileReference Class
Visual Studio 2010
Describes a manifest file reference.
System::Object
Microsoft.Build.Tasks.Deployment.ManifestUtilities::BaseReference
Microsoft.Build.Tasks.Deployment.ManifestUtilities::FileReference
Microsoft.Build.Tasks.Deployment.ManifestUtilities::BaseReference
Microsoft.Build.Tasks.Deployment.ManifestUtilities::FileReference
Assembly: Microsoft.Build.Tasks.v4.0 (in Microsoft.Build.Tasks.v4.0.dll)
The FileReference type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | FileReference() | Initializes a new instance of the FileReference class. |
![]() | FileReference(String) | Initializes a new instance of the FileReference class. |
| Name | Description | |
|---|---|---|
![]() | ComClasses | Returns the set of COM classes referenced by the manifest for isolated applications and registration-free COM. |
![]() | Group | Gets or sets the group for on-demand download functionality. (Inherited from BaseReference.) |
![]() | Hash | Gets or sets the SHA1 hash of the file. (Inherited from BaseReference.) |
![]() | IsDataFile | Gets or sets whether the file is a data file. |
![]() | IsOptional | Gets or sets whether the file is optional for on-demand download functionality. (Inherited from BaseReference.) |
![]() | ProxyStubs | Returns the set of proxy stubs referenced by the manifest for isolated applications and registration-free COM. |
![]() | ResolvedPath | 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 UpdateFileInfo method. (Inherited from BaseReference.) |
![]() | Size | Gets or sets the file size in bytes. (Inherited from BaseReference.) |
![]() | SortName | Infrastructure. Gets a value that is used to sort the referenced assemblies in the application manifest. (Inherited from BaseReference.) |
![]() | SourcePath | Gets or sets the source path of the file. (Inherited from BaseReference.) |
![]() | TargetPath | Gets or sets the target path of the file. This is the path that is used for specification in the generated manifest. (Inherited from BaseReference.) |
![]() | TypeLibs | Returns the set of type libraries referenced by the manifest. |
![]() | XmlComClasses | Infrastructure. Gets or sets a property that is used to serialize the ComClasses property to an XML file. |
![]() | XmlGroup | Infrastructure. Gets or sets the group for on-demand download functionality. (Inherited from BaseReference.) |
![]() | XmlHash | Infrastructure. Gets or sets a property that is used to serialize the Hash property to an XML file. (Inherited from BaseReference.) |
![]() | XmlHashAlgorithm | Infrastructure. Gets or sets a property that is used to serialize the hash algorithm to an XML file. (Inherited from BaseReference.) |
![]() | XmlIsOptional | Infrastructure. Gets or sets a property that is used to serialize the IsOptional property to an XML file. (Inherited from BaseReference.) |
![]() | XmlPath | Infrastructure. Gets or sets a property that is used to serialize the path to an XML file. (Inherited from BaseReference.) |
![]() | XmlProxyStubs | Infrastructure. Gets or sets a property that is used to serialize the ProxyStubs property to an XML file. |
![]() | XmlSize | Infrastructure. Gets or sets a property that is used to serialize the Size property to an XML file. (Inherited from BaseReference.) |
![]() | XmlTypeLibs | Infrastructure. Gets or sets a property that is used to serialize the TypeLibs property to an XML file. |
![]() | XmlWriteableType | Infrastructure. Gets or sets a value that indicates whether the file is a data file. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns the base reference name. (Inherited from BaseReference.) |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
