Class SerializedBundleManifest
- Namespace
- AsmResolver.DotNet.Bundles
- Assembly
- AsmResolver.DotNet.dll
Represents a lazily initialized implementation of BundleManifest that is read from an existing file.
public class SerializedBundleManifest : BundleManifest
- Inheritance
-
SerializedBundleManifest
- Inherited Members
Constructors
SerializedBundleManifest(BinaryStreamReader)
Reads a bundle manifest from the provided input stream.
public SerializedBundleManifest(BinaryStreamReader reader)
Parameters
reader
BinaryStreamReaderThe input stream.
Methods
GetFiles()
Obtains the list of files stored in the bundle.
protected override IList<BundleFile> GetFiles()
Returns
- IList<BundleFile>
The files
Remarks
This method is called upon initialization of the Files property.