Method EnumerateAllMethods
- Namespace
- Microsoft.Samples.Debugging.CorMetadata
- Assembly
- corapi.dll
EnumerateAllMethods()
Convenience method to enumerate all of the methods in the module.
public IEnumerable<MetadataMethodInfo> EnumerateAllMethods()
Returns
- IEnumerable<MetadataMethodInfo>
An enumeration of all methods in the module
- See Also