• Api Documentation
  • Source Code
Search Results for

    Show / Hide Table of Contents
    • JeremyAnsel.Xwa.ExePatcher
      • Patch
      • PatchItem
      • Patcher
      • ZtFile

    Class PatchItem

    Inheritance
    object
    PatchItem
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: JeremyAnsel.Xwa.ExePatcher
    Assembly: JeremyAnsel.Xwa.ExePatcher.dll
    Syntax
    public sealed class PatchItem

    Properties

    | Edit this page View Source

    NewValues

    Declaration
    public byte[] NewValues { get; set; }
    Property Value
    Type Description
    byte[]
    | Edit this page View Source

    NewValuesString

    Declaration
    public string NewValuesString { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    Offset

    Declaration
    public int Offset { get; set; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    OffsetString

    Declaration
    public string OffsetString { get; set; }
    Property Value
    Type Description
    string
    | Edit this page View Source

    OldValues

    Declaration
    public byte[] OldValues { get; set; }
    Property Value
    Type Description
    byte[]
    | Edit this page View Source

    OldValuesString

    Declaration
    public string OldValuesString { get; set; }
    Property Value
    Type Description
    string
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2014-2023 Jérémy Ansel