C# Class Patcher.Patcher

Afficher le fichier Open project: Jonesey13/TF-8-Player Class Usage Examples

Méthodes publiques

Méthode Description
CallRealBase ( ) : void

Marker method for calling the base implementation of a patched method

Main ( string args ) : int
Patch ( string modModulePath ) : void

Inline classes marked as [Patch], copying fields and replacing method implementations. As you can probably guess from the code, this is wholly incomplete and will certainly break and have to be extended in the future.

Private Methods

Méthode Description
MakeIntermediateImage ( ) : void

publicize

MakeReferenceImage ( ) : void

Unseal, publicize, virtualize.

Method Details

CallRealBase() public static méthode

Marker method for calling the base implementation of a patched method
public static CallRealBase ( ) : void
Résultat void

Main() public static méthode

public static Main ( string args ) : int
args string
Résultat int

Patch() public static méthode

Inline classes marked as [Patch], copying fields and replacing method implementations. As you can probably guess from the code, this is wholly incomplete and will certainly break and have to be extended in the future.
public static Patch ( string modModulePath ) : void
modModulePath string
Résultat void