Empeld
Empeld plugin documentation.
|
Class that represents a hooked method with a given scope More...
Public Member Functions | |
HookAttribute (object hook) | |
HookAttribute (object hookEnum, object scopeEnum) | |
bool | IsHookedTo (Enum hook) |
Public Member Functions inherited from pluginbase.Helpers.Attributes.ScopeAttribute | |
ScopeAttribute () | |
ScopeAttribute (object scopeEnum) | |
bool | HasScope (Enum scope) |
override string | ToString () |
Additional Inherited Members | |
Public Types inherited from pluginbase.Helpers.Attributes.ScopeAttribute | |
enum | Special { Special.Wildcard } |
Properties inherited from pluginbase.Helpers.Attributes.ScopeAttribute | |
Enum | Scope [get, set] |
bool | IsFlags [get] |
bool | ScopeDefined [get] |
Class that represents a hooked method with a given scope
Attribute: AttributeUsage(AttributeTargets.Method, Inherited = true, AllowMultiple = true)
pluginbase.Helpers.Attributes.HookAttribute.HookAttribute | ( | object | hook | ) |
pluginbase.Helpers.Attributes.HookAttribute.HookAttribute | ( | object | hookEnum, |
object | scopeEnum | ||
) |
bool pluginbase.Helpers.Attributes.HookAttribute.IsHookedTo | ( | Enum | hook | ) |