Skip to content

MonoDetourHookInitializeAttribute Class

Specifies that MonoDetour will call this method if the type it is in is marked with an attribute implementing IMonoDetourTargets and InvokeHookInitializers(Assembly) is called.

C#
[AttributeUsage(AttributeTargets.Method, Inherited = false)]
public class MonoDetourHookInitializeAttribute : Attribute

Inheritance objectAttribute