ReflectionCallHelper.CheckForMethodOnInstance Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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