Show / Hide Table of Contents

Class DelegateType

Provides specialized reflection methods for delegate types.

Inheritance
Object
DelegateType
Namespace: DotNext.Reflection
Assembly: DotNext.dll
Syntax
public static class DelegateType : object

Methods

| Improve this Doc View Source

GetInvokeMethod<D>()

Returns special Invoke method generate for each delegate type.

Declaration
public static MethodInfo GetInvokeMethod<D>()

    where D : Delegate
Returns
Type Description
MethodInfo

An object representing reflected method Invoke.

Type Parameters
Name Description
D

Type of delegate.

  • Improve this Doc
  • View Source
Back to top Generated by DocFX