TypeInfo.GetMethods Method

Definition

Overloads

GetMethods()

C#
public System.Reflection.MethodInfo[] GetMethods();

Returns

Applies to

.NET Core 1.1 and other versions
Product Versions
.NET Core 1.0, Core 1.1
.NET Standard 1.5, 1.6

GetMethods(BindingFlags)

C#
public virtual System.Reflection.MethodInfo[] GetMethods(System.Reflection.BindingFlags bindingAttr);

Parameters

bindingAttr
BindingFlags

Returns

Applies to

.NET Core 1.1 and other versions
Product Versions
.NET Core 1.0, Core 1.1
.NET Standard 1.5, 1.6