Show / Hide Table of Contents

    Class DetourContext

    Inheritance
    System.Object
    DetourContext
    Implements
    System.IDisposable
    Namespace: MonoMod.RuntimeDetour
    Assembly: MonoMod.RuntimeDetour.dll
    Syntax
    public sealed class DetourContext : Object, IDisposable

    Constructors

    DetourContext()

    Declaration
    public DetourContext()

    DetourContext(Int32)

    Declaration
    public DetourContext(int priority)
    Parameters
    Type Name Description
    System.Int32 priority

    DetourContext(Int32, String)

    Declaration
    public DetourContext(int priority, string id)
    Parameters
    Type Name Description
    System.Int32 priority
    System.String id

    DetourContext(String)

    Declaration
    public DetourContext(string id)
    Parameters
    Type Name Description
    System.String id

    Fields

    After

    Declaration
    public List<string> After
    Field Value
    Type Description
    System.Collections.Generic.List<System.String>

    Before

    Declaration
    public List<string> Before
    Field Value
    Type Description
    System.Collections.Generic.List<System.String>

    Priority

    Declaration
    public int Priority
    Field Value
    Type Description
    System.Int32

    Properties

    DetourConfig

    Declaration
    public DetourConfig DetourConfig { get; }
    Property Value
    Type Description
    DetourConfig

    HookConfig

    Declaration
    public HookConfig HookConfig { get; }
    Property Value
    Type Description
    HookConfig

    ID

    Declaration
    public string ID { get; set; }
    Property Value
    Type Description
    System.String

    ILHookConfig

    Declaration
    public ILHookConfig ILHookConfig { get; }
    Property Value
    Type Description
    ILHookConfig

    Methods

    Dispose()

    Declaration
    public void Dispose()

    Implements

    System.IDisposable
    Back to top Yet another C# modding swiss army knife.