Interface

Namespace: uMod

Assembly: uMod.Core.dll

Inheritance Object Interface

Summary

The interface class through which patched DLLs interact with uMod

Static Properties

Name

Summary

DebugCallback

Gets or sets the debug callback to use

uMod

Gets the main uMod instance

Static Methods

Name

Summary

Call (String, Object[])

Calls the specified hook

Call<T> (String, Object[])

Calls the specified hook and converts the return value to the specified type

CallDeprecatedHook (String, String, DateTime, Object[])

Calls the specified deprecated hook

CallDeprecatedHook (HookName, HookName, DateTime, Object[], IEventArgs)

Calls the specified deprecated hook

CallHook (String, Object[])

Calls the specified hook

CallHook (String)

Calls the specified hook

CallHook (String, Object)

Calls the specified hook

CallHook (String, Object, Object)

Calls the specified hook

CallHook (String, Object, Object, Object)

Calls the specified hook

CallHook (String, Object, Object, Object, Object)

Calls the specified hook

CallHook (String, Object, Object, Object, Object, Object)

Calls the specified hook

CallHook (String, Object, Object, Object, Object, Object, Object)

Calls the specified hook

CallHook (String, Object, Object, Object, Object, Object, Object, Object)

Calls the specified hook

CallHook (String, Object, Object, Object, Object, Object, Object, Object, Object)

Calls the specified hook

CallHook (String, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Calls the specified hook

CallHook (String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Object)

Calls the specified hook

Initialize ()

Initializes uMod

InitializeDebug (Module, IInitializationInfo)

Initialize uMod with initialization info