|
#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 File
{
public File(FileEntry fileEntry);
public File(string name, byte[] hash, ulong size);
protected internal File(string name, ulong size);
public string Group { get; }
public HashCollection HashCollection { get; }
public bool IsData { get; }
public bool IsOptional { get; }
public string Name { get; }
public string NameFS { get; }
public ulong Size { get; }
}
} |