Table of Contents

Method TryDisableInlining

Namespace
MonoMod.Core.Platforms
Assembly
MonoMod.Core.dll

TryDisableInlining(MethodBase)

Tries to disable inlining of the provided method, if the underlying runtime supports it.
public bool TryDisableInlining(MethodBase method)

Parameters

method MethodBase
The method to disable inlining of.

Returns

bool
true if inlining could be disabled; false otherwise.