Plugins: Add IPostProcessPackage

This commit is contained in:
Katy Coe
2020-12-22 03:17:49 +01:00
parent b9409e7425
commit e058c39f19
4 changed files with 19 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ namespace Il2CppInspector
return usages.Values.ToList();
}
public List<MetadataUsage> buildLateBindingMetadataUsages()
private List<MetadataUsage> buildLateBindingMetadataUsages()
{
// plagiarism. noun - https://www.lexico.com/en/definition/plagiarism
// the practice of taking someone else's work or ideas and passing them off as one's own.
@@ -314,7 +314,8 @@ namespace Il2CppInspector
// Merge all metadata usage references into a single distinct list
MetadataUsages = buildMetadataUsages();
// TODO: Plugin hook PostProcessPackage
// Plugin hook PostProcessPackage
PluginHooks.PostProcessPackage(this);
}
// Get a method pointer if available