Mirror::Weaver::ReaderWriterProcessor
Public Functions
Name | |
---|---|
bool | Process(AssemblyDefinition CurrentAssembly) |
void | InitializeReaderAndWriters(AssemblyDefinition currentAssembly) Creates a method that will store all the readers and writers into Writer |
Public Functions Documentation
function Process
static inline bool Process(
AssemblyDefinition CurrentAssembly
)
function InitializeReaderAndWriters
static inline void InitializeReaderAndWriters(
AssemblyDefinition currentAssembly
)
Creates a method that will store all the readers and writers into Writer
Parameters:
- currentAssembly
The method will be marked InitializeOnLoadMethodAttribute so it gets executed before mirror runtime code
Updated on 21 January 2021 at 10:00:10 UTC