Provides extension methods for reflection operations.
Namespace: Metalama.Framework.RunTime
Assembly: Metalama.Framework.dll
Syntax
public static class ReflectionHelperMethods
| Name | Description |
|---|---|
| GetConstructor(Type, BindingFlags, string) | Gets a constructor from a type by its binding flags and MethodInfo.ToString() signature. |
| GetMethod(Type, string, BindingFlags, string) | Gets a method from a type by its name, binding flags, and MethodInfo.ToString() signature. |