Edit

Share via


GenericMethodInvoker Class

Definition

Functionality for invoking calls on a generic instance method.

public class GenericMethodInvoker : System.Collections.Generic.IEqualityComparer<object[]>
type GenericMethodInvoker = class
    interface IEqualityComparer<obj[]>
Public Class GenericMethodInvoker
Implements IEqualityComparer(Of Object())
Inheritance
GenericMethodInvoker
Implements

Remarks

Each instance of this class can invoke calls on one generic method.

Constructors

GenericMethodInvoker(Type, String, Int32)

Initializes a new instance of the GenericMethodInvoker class.

Methods

Invoke(IAddressable, Object[])

Invoke the defined method on the provided grain instance with the given arguments.

Explicit Interface Implementations

IEqualityComparer<Object[]>.Equals(Object[], Object[])

Performs equality comparison for the purpose of comparing type parameters only.

IEqualityComparer<Object[]>.GetHashCode(Object[])

Returns a hash code for the type parameters in the provided argument list.

Applies to