Table of Contents

Method GetNativeJitHookConfig

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

GetNativeJitHookConfig(int)

Gets the pointer to the native jit hook configuration struct which can vary by both runtime and arch.
nint GetNativeJitHookConfig(int runtimeMajMin)

Parameters

runtimeMajMin int
Runtime major and minor version.

Returns

nint
A pointer to the requested jit hook configuration struct.