Class EggArchiveLoadOptions

EggArchiveLoadOptions class

Options with which an EGG archive is loaded from a compressed file.

public class EggArchiveLoadOptions

Constructors

NameDescription
EggArchiveLoadOptions()The default constructor.

Properties

NameDescription
CancellationToken { get; set; }Gets or sets a cancellation token used to cancel the extraction operation.

See Also