Class Patch
Inherited Members
Namespace: JeremyAnsel.Xwa.ExePatcher
Assembly: JeremyAnsel.Xwa.ExePatcher.dll
Syntax
public sealed class Patch
Properties
| Edit this page View SourceDescription
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Items
Declaration
public IList<PatchItem> Items { get; }
Property Value
Type | Description |
---|---|
IList<PatchItem> |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |