MarshallingHook

Namespace: SharpPluginLoader.Core.Experimental

public class MarshallingHook

Inheritance ObjectMarshallingHook

Constructors

MarshallingHook()

public MarshallingHook()

Methods

Create<TFunction>(Int64, TFunction)

public static MarshallingHook<TFunction> Create<TFunction>(long functionAddress, TFunction hook)

Type Parameters

TFunction

Parameters

functionAddress Int64

hook TFunction

Returns

MarshallingHook<TFunction>