Table of Contents

Struct SingleFileBundle.Header

Namespace
ICSharpCode.Decompiler
Assembly
ICSharpCode.Decompiler.dll
public struct SingleFileBundle.Header
Inherited Members

Fields

BundleID

public string BundleID

Field Value

string

DepsJsonOffset

public long DepsJsonOffset

Field Value

long

DepsJsonSize

public long DepsJsonSize

Field Value

long

Entries

public ImmutableArray<SingleFileBundle.Entry> Entries

Field Value

ImmutableArray<SingleFileBundle.Entry>

FileCount

public int FileCount

Field Value

int

Flags

public ulong Flags

Field Value

ulong

MajorVersion

public uint MajorVersion

Field Value

uint

MinorVersion

public uint MinorVersion

Field Value

uint

RuntimeConfigJsonOffset

public long RuntimeConfigJsonOffset

Field Value

long

RuntimeConfigJsonSize

public long RuntimeConfigJsonSize

Field Value

long