This documentation is archived and is not being maintained.
BaseReference Class
Visual Studio 2010
Describes base functionality common to both file references and assembly references.
System::Object
Microsoft.Build.Tasks.Deployment.ManifestUtilities::BaseReference
Microsoft.Build.Tasks.Deployment.ManifestUtilities::AssemblyReference
Microsoft.Build.Tasks.Deployment.ManifestUtilities::FileReference
Microsoft.Build.Tasks.Deployment.ManifestUtilities::BaseReference
Microsoft.Build.Tasks.Deployment.ManifestUtilities::AssemblyReference
Microsoft.Build.Tasks.Deployment.ManifestUtilities::FileReference
Assembly: Microsoft.Build.Tasks.v4.0 (in Microsoft.Build.Tasks.v4.0.dll)
The BaseReference type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | BaseReference() | Initializes a new instance of the BaseReference class. |
![]() | BaseReference(String) | Initializes a new instance of the BaseReference class. |
| Name | Description | |
|---|---|---|
![]() | Group | Gets or sets the group for on-demand download functionality. |
![]() | Hash | Gets or sets the SHA1 hash of the file. |
![]() | IsOptional | Gets or sets whether the file is optional for on-demand download functionality. |
![]() | 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. |
![]() | Size | Gets or sets the file size in bytes. |
![]() | SortName | Infrastructure. Gets a value that is used to sort the referenced assemblies in the application manifest. |
![]() | SourcePath | Gets or sets the source path of the file. |
![]() | TargetPath | Gets or sets the target path of the file. This is the path that is used for specification in the generated manifest. |
![]() | XmlGroup | Infrastructure. Gets or sets the group for on-demand download functionality. |
![]() | XmlHash | Infrastructure. Gets or sets a property that is used to serialize the Hash property to an XML file. |
![]() | XmlHashAlgorithm | Infrastructure. Gets or sets a property that is used to serialize the hash algorithm to an XML file. |
![]() | XmlIsOptional | Infrastructure. Gets or sets a property that is used to serialize the IsOptional property to an XML file. |
![]() | XmlPath | Infrastructure. Gets or sets a property that is used to serialize the path to an XML file. |
![]() | XmlSize | Infrastructure. Gets or sets a property that is used to serialize the Size property to an XML 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. (Overrides Object::ToString().) |
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:
