Class ReflectionExtensions
- Namespace
- Exiled.API.Extensions
- Assembly
- Exiled.API.dll
A set of extensions for Type.
public static class ReflectionExtensions
- Inheritance
-
ReflectionExtensions
- Inherited Members
Methods
CopyProperties(object, object)
Copy all properties from the source class to the target one.
public static void CopyProperties(this object target, object source)
Parameters
InvokeStaticEvent(Type, string, object[])
Invokes a static event.
public static void InvokeStaticEvent(this Type type, string eventName, object[] param)
Parameters
InvokeStaticMethod(Type, string, object[])
Invokes a static method.
public static void InvokeStaticMethod(this Type type, string methodName, object[] param)