public static IReadOnlyDictionary<string, MethodInfo> GetAllMethods( Assembly assembly )
Public Shared Function GetAllMethods ( assembly As Assembly ) As IReadOnlyDictionary(Of String, MethodInfo)
In This Article