TypeDelegator Constructor (Type)
Collapse the table of content
Expand the table of content

TypeDelegator Constructor (Type)

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

Initializes a new instance of the TypeDelegator class specifying the encapsulating instance.

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

public TypeDelegator(
	Type delegatingType
)

Parameters

delegatingType
Type: System.Type
The instance of the class Type that encapsulates the call to the method of an object.

ExceptionCondition
ArgumentNullException

delegatingType is null.

This constructor is called from a class to generate a delegate based upon the Type object for the class defining the method.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft