Class PatchItem
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
|
Edit this page
View Source
NewValuesString
Declaration
public string NewValuesString { get; set; }
Property Value
|
Edit this page
View Source
Offset
Declaration
public int Offset { get; set; }
Property Value
|
Edit this page
View Source
OffsetString
Declaration
public string OffsetString { get; set; }
Property Value
|
Edit this page
View Source
OldValues
Declaration
public byte[] OldValues { get; set; }
Property Value
|
Edit this page
View Source
OldValuesString
Declaration
public string OldValuesString { get; set; }
Property Value