_Type.GetMethods Method ()
.NET Framework (current version)
![]() |
---|
The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience. |
Provides COM objects with version-independent access to the Type.GetMethods method.
Assembly: mscorlib (in mscorlib.dll)
Return Value
Type: System.Reflection.MethodInfo()An array of MethodInfo objects representing all the public methods defined for the current Type.
-or-
An empty array of type MethodInfo, if no public methods are defined for the current Type.
This method is for access to managed classes from unmanaged code, and should not be called from managed code.
The Type.GetMethods method returns all the public methods of the current Type.
.NET Framework
Available since 1.1
Available since 1.1
Show: