|
#region Assembly System.Deployment, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
// C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\System.Deployment.dll
#endregion
using System.Deployment.Internal.Isolation.Manifest;
namespace System.Deployment.Application.Manifest
{
internal class Description
{
public Description(DescriptionMetadataEntry descriptionMetadataEntry);
public Uri ErrorReportUri { get; }
public string ErrorReportUrl { get; }
public string FilteredProduct { get; }
public string FilteredPublisher { get; }
public string FilteredSuiteName { get; }
public string IconFile { get; }
public string IconFileFS { get; }
public string Product { get; }
public string Publisher { get; }
public Uri SupportUri { get; }
public string SupportUrl { get; }
}
} |