Class DetourRuntimeMonoPlatform
Inheritance
System.Object
DetourRuntimeMonoPlatform
Assembly: MonoMod.RuntimeDetour.dll
public sealed class DetourRuntimeMonoPlatform : DetourRuntimeILPlatform, IDetourRuntimePlatform
Constructors
Declaration
public DetourRuntimeMonoPlatform()
Methods
Declaration
protected override RuntimeMethodHandle GetMethodHandle(MethodBase method)
Parameters
| Type |
Name |
Description |
| System.Reflection.MethodBase |
method |
|
Returns
| Type |
Description |
| System.RuntimeMethodHandle |
|
Overrides
Implements