Base:
method
GetMethods
System.Reflection.Module.GetMethods(System.Reflection.BindingFlags)
2 references to GetMethods
mscorlib (2)
system\reflection\emit\modulebuilder.cs (1)
1088
return InternalModule.
GetMethods
(bindingFlags);
system\reflection\module.cs (1)
433
return rtModule.
GetMethods
(bindingFlags);