Partilhar via


ReflectionCallHelper.CheckForMethodOnInstance Method

Definition

public static bool CheckForMethodOnInstance (Type type, string MethodName, int parameterCount, bool countOptionalParms = false);
static member CheckForMethodOnInstance : Type * string * int * bool -> bool
Public Function CheckForMethodOnInstance (type As Type, MethodName As String, parameterCount As Integer, Optional countOptionalParms As Boolean = false) As Boolean

Parameters

type
Type
MethodName
String
parameterCount
Int32
countOptionalParms
Boolean

Returns

Applies to