Method GetNestedTypes
- Namespace
- Microsoft.Samples.Debugging.CorMetadata
- Assembly
- corapi.dll
GetNestedTypes(BindingFlags)
When overridden in a derived class, searches for the types nested in the current Type, using the specified binding constraints.
public override Type[] GetNestedTypes(BindingFlags bindingAttr)
Parameters
bindingAttr
BindingFlagsA bitmask comprised of one or more BindingFlags that specify how the search is conducted.-or- Zero, to return null.