RuntimeReflectionExtensions.GetRuntimeMethods Method (Type)
.NET Framework (current version)
Retrieves a collection that represents all methods defined on a specified type.
Assembly: mscorlib (in mscorlib.dll)
<ExtensionAttribute> Public Shared Function GetRuntimeMethods ( type As Type ) As IEnumerable(Of MethodInfo)
Parameters
- type
-
Type:
System.Type
The type that contains the methods.
Return Value
Type: System.Collections.Generic.IEnumerable(Of MethodInfo)A collection of methods for the specified type.
This method returns all methods defined on the specified type, including inherited, non-public, instance, and static methods.
Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: