ManifestDescriptor Structure
Describes a manifest file.
Assembly: Microsoft.VisualStudio.Imaging (in Microsoft.VisualStudio.Imaging.dll)
| Name | Description | |
|---|---|---|
![]() | ManifestDescriptor(String^, Guid) | Initializes a new instance of ManifestDescriptor. |
| Name | Description | |
|---|---|---|
![]() | Filename | |
![]() | PackageGuid | The manifest's PackageGuid, if it is specified in the manifest. If the manifest has no PackageGuid attribute, this is Guid.Empty. |
| Name | Description | |
|---|---|---|
![]() ![]() | Deserialize(VersionedBinaryReader^) | Deserializes a manifest descriptor from reader. |
![]() | Equals(ManifestDescriptor) | Determines whether two instances of ManifestDescriptor are the same. |
![]() | Equals(Object^) | Determines whether two instances of ManifestDescriptor are the same.(Overrides ValueType::Equals(Object^).) |
![]() | GetHashCode() | Gets a hash code for the object.(Overrides ValueType::GetHashCode().) |
![]() | GetType() | (Inherited from Object.) |
![]() | Serialize(VersionedBinaryWriter^) | Serializes the descriptor to writer. |
![]() | ToString() | Converts the object to a string.(Overrides ValueType::ToString().) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality(ManifestDescriptor, ManifestDescriptor) | Determines whether two instances of ManifestDescriptor are the same. |
![]() ![]() | Inequality(ManifestDescriptor, ManifestDescriptor) | Determines whether two instances of ManifestDescriptor are different. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



