Show / Hide Table of Contents

Class PatchList

List of patches to apply to any file.

Inheritance
Object
List<Patch>
PatchList
Namespace: DaggerfallConnect.Utility
Assembly: Assembly-CSharp.dll
Syntax
public class PatchList : List<Patch>, IList<Patch>, ICollection<Patch>, IReadOnlyList<Patch>, IReadOnlyCollection<Patch>, IEnumerable<Patch>, IList, ICollection, IEnumerable

Methods

| Improve this Doc View Source

Add(Int32, Byte[])

Overloaded method for easier initialization.

Declaration
public void Add(int offset, params byte[] data)
Parameters
Type Name Description
Int32 offset

The offset address to patch.

Byte[] data

The new data values.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX