Class InjectionHookSupport
Inheritance
System.Object
InjectionHookSupport
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Entities
Syntax
public static class InjectionHookSupport
Methods
IsValidHook(Type)
Declaration
public static bool IsValidHook(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type |
Returns
Type | Description |
---|---|
System.Boolean |
RegisterHook(InjectionHook)
Declaration
public static void RegisterHook(InjectionHook hook)
Parameters
Type | Name | Description |
---|---|---|
InjectionHook | hook |
UnregisterHook(InjectionHook)
Declaration
public static void UnregisterHook(InjectionHook hook)
Parameters
Type | Name | Description |
---|---|---|
InjectionHook | hook |