Public Shared Function GetMethods( _ ByVal type As Type _ ) As MethodInfo()
Dim type As Type Dim value() As MethodInfo value = ReflectionHelper.GetMethods(type)
public static MethodInfo[] GetMethods( Type type )
public: static MethodInfo*[]* GetMethods( Type* type )
public: static array<MethodInfo^>^ GetMethods( Type^ type )
Parameters
- type
- The type of the class