MonoDetourHookInitializeAttribute Class
Definition
Section titled “Definition”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.
[AttributeUsage(AttributeTargets.Method, Inherited = false)]public class MonoDetourHookInitializeAttribute : Attribute