Class Patcher
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
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
Returns
|
Edit this page
View Source
CanBeApplied(string?, Patch?)
Declaration
public static bool CanBeApplied(string? exeFileName, Patch? patch)
Parameters
Returns
|
Edit this page
View Source
IsApplied(Stream?, Patch?)
Declaration
public static bool IsApplied(Stream? exeFile, Patch? patch)
Parameters
Returns
|
Edit this page
View Source
IsApplied(string?, Patch?)
Declaration
public static bool IsApplied(string? exeFileName, Patch? patch)
Parameters
Returns
|
Edit this page
View Source
Read(Stream?)
Declaration
public static Patcher Read(Stream? file)
Parameters
Type |
Name |
Description |
Stream |
file |
|
Returns
|
Edit this page
View Source
Read(string?)
Declaration
public static Patcher Read(string? fileName)
Parameters
Type |
Name |
Description |
string |
fileName |
|
Returns
|
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 |
|