C# Класс Patcher.Patcher

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
MakeIntermediateImage ( ) : void

publicize

MakeReferenceImage ( ) : void

Unseal, publicize, virtualize.

Описание методов

CallRealBase() публичный статический метод

Marker method for calling the base implementation of a patched method
public static CallRealBase ( ) : void
Результат void

Main() публичный статический метод

public static Main ( string args ) : int
args string
Результат int

Patch() публичный статический метод

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
Результат void