• Api Documentation
  • Source Code
Search Results for

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

    Class Patch

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

    Properties

    | Edit this page View Source

    Description

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

    Items

    Declaration
    public IList<PatchItem> Items { get; }
    Property Value
    Type Description
    IList<PatchItem>
    | Edit this page View Source

    Name

    Declaration
    public string Name { 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