Open sandboxFocus

Class ReflectionHelper

Provides extension methods for reflection operations.

Inheritance
ReflectionHelper
Namespace: Metalama.Framework.RunTime
Assembly: Metalama.Framework.dll
Syntax
public static class ReflectionHelper

Methods

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.

See Also