Method GetParameters
- Namespace
- Microsoft.Samples.Debugging.CorMetadata
- Assembly
- corapi.dll
GetParameters()
When overridden in a derived class, gets the parameters of the specified method or constructor.
public override ParameterInfo[] GetParameters()
Returns
- ParameterInfo[]
An array of type ParameterInfo containing information that matches the signature of the method (or constructor) reflected by this MethodBase instance.