Class ModInteropManager
Inheritance
System.Object
ModInteropManager
Namespace: MonoMod.ModInterop
Assembly: MonoMod.Utils.dll
Syntax
public static class ModInteropManager : Object
Methods
ModInterop(Type)
Declaration
public static void ModInterop(this Type type)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Type | type |
RegisterModExport(MethodInfo, String)
Declaration
public static void RegisterModExport(this MethodInfo method, string prefix = null)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Reflection.MethodInfo | method | |
| System.String | prefix |