Table of Contents

Method TypeGetMethod

Namespace
Alternet.Scripter
Assembly
Alternet.Scripter.v9.dll

TypeGetMethod(Type, string, BindingFlags, bool)

protected static MethodInfo TypeGetMethod(Type type, string method, BindingFlags bindingFlags, bool includeGeneric)

Parameters

type Type
method string
bindingFlags BindingFlags
includeGeneric bool

Returns

MethodInfo