Table of Contents

Event OnMethodCompiled

Namespace
MonoMod.Core.Platforms
Assembly
MonoMod.Core.dll
An event which is invoked when a method is compiled.
event OnMethodCompiledCallback? OnMethodCompiled

Returns

OnMethodCompiledCallback
An event which is invoked when a method is compiled.

Remarks

This event will only be invoked when Features includes CompileMethodHook.