|
#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.Runtime.InteropServices;
namespace System.Deployment.Internal.Isolation.Manifest
{
[Guid("A2A55FAD-349B-469b-BF12-ADC33D14A937")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
internal interface IFileEntry
{
FileEntry AllData { get; }
uint Flags { get; }
string Group { get; }
uint HashAlgorithm { get; }
ISection HashElements { get; }
object HashValue { get; }
string ImportPath { get; }
string LoadFrom { get; }
string Location { get; }
IMuiResourceMapEntry MuiMapping { get; }
string Name { get; }
ulong Size { get; }
string SourceName { get; }
string SourcePath { get; }
uint WritableType { get; }
}
} |