Table of Contents

Method EnumMethods

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

EnumMethods(Type, BindingFlags)

Enumerates method information for the specified Type.

public static IEnumerable<MethodInfo> EnumMethods(Type type, BindingFlags bindingFlags = BindingFlags.Instance | BindingFlags.Public)

Parameters

type Type

Type which methods are enumerated.

bindingFlags BindingFlags

Specifies flags that control the way in which the search for methods is conducted.

Returns

IEnumerable<MethodInfo>