GetNestedType Method

TypeDelegator.GetNestedType Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Returns a nested type specified by name and in bindingAttr that are declared or inherited by the type represented by the current TypeDelegator.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

public override Type GetNestedType(
	string name,
	BindingFlags bindingAttr
)

Parameters

name
Type: System.String
The nested type's name.
bindingAttr
Type: System.Reflection.BindingFlags
A bitmask that affects the way in which the search is conducted. The value is a combination of zero or more bit flags from BindingFlags.

Return Value

Type: System.Type
A Type object representing the nested type.

ExceptionCondition
ArgumentNullException

The name parameter is null.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft