MethodInfo::CreateDelegate Method (Type^, Object^)

.NET Framework (current version)
 

Creates a delegate of the specified type with the specified target from this method.

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

public:
virtual Delegate^ CreateDelegate(
	Type^ delegateType,
	Object^ target
)

Parameters

delegateType
Type: System::Type^

The type of the delegate to create.

target
Type: System::Object^

The object targeted by the delegate.

Return Value

Type: System::Delegate^

The delegate for this method.

Universal Windows Platform
Available since 8
.NET Framework
Available since 4.5
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 5.0
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Return to top
Show: