• Api Documentation
  • Source Code
Search Results for

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

    Class Patcher

    Inheritance
    object
    Patcher
    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 Patcher

    Properties

    | Edit this page View Source

    Patches

    Declaration
    public IList<Patch> Patches { get; }
    Property Value
    Type Description
    IList<Patch>

    Methods

    | Edit this page View Source

    Apply(Stream?, bool)

    Declaration
    public void Apply(Stream? exeFile, bool writeNewValues)
    Parameters
    Type Name Description
    Stream exeFile
    bool writeNewValues
    | Edit this page View Source

    Apply(string?, bool)

    Declaration
    public void Apply(string? exeFileName, bool writeNewValues)
    Parameters
    Type Name Description
    string exeFileName
    bool writeNewValues
    | Edit this page View Source

    CanBeApplied(Stream?, Patch?)

    Declaration
    public static bool CanBeApplied(Stream? exeFile, Patch? patch)
    Parameters
    Type Name Description
    Stream exeFile
    Patch patch
    Returns
    Type Description
    bool
    | Edit this page View Source

    CanBeApplied(string?, Patch?)

    Declaration
    public static bool CanBeApplied(string? exeFileName, Patch? patch)
    Parameters
    Type Name Description
    string exeFileName
    Patch patch
    Returns
    Type Description
    bool
    | Edit this page View Source

    IsApplied(Stream?, Patch?)

    Declaration
    public static bool IsApplied(Stream? exeFile, Patch? patch)
    Parameters
    Type Name Description
    Stream exeFile
    Patch patch
    Returns
    Type Description
    bool
    | Edit this page View Source

    IsApplied(string?, Patch?)

    Declaration
    public static bool IsApplied(string? exeFileName, Patch? patch)
    Parameters
    Type Name Description
    string exeFileName
    Patch patch
    Returns
    Type Description
    bool
    | Edit this page View Source

    Read(Stream?)

    Declaration
    public static Patcher Read(Stream? file)
    Parameters
    Type Name Description
    Stream file
    Returns
    Type Description
    Patcher
    | Edit this page View Source

    Read(string?)

    Declaration
    public static Patcher Read(string? fileName)
    Parameters
    Type Name Description
    string fileName
    Returns
    Type Description
    Patcher
    | Edit this page View Source

    Write(Stream?)

    Declaration
    public void Write(Stream? file)
    Parameters
    Type Name Description
    Stream file
    | Edit this page View Source

    Write(string?)

    Declaration
    public void Write(string? fileName)
    Parameters
    Type Name Description
    string fileName
    • Edit this page
    • View Source
    In this article
    Back to top Copyright (c) 2014-2023 Jérémy Ansel