ExportedDelegate.CreateDelegate(Type) Método

Definición

Obtiene un delegado del tipo especificado.

public:
 virtual Delegate ^ CreateDelegate(Type ^ delegateType);
public virtual Delegate CreateDelegate(Type delegateType);
abstract member CreateDelegate : Type -> Delegate
override this.CreateDelegate : Type -> Delegate
Public Overridable Function CreateDelegate (delegateType As Type) As Delegate

Parámetros

delegateType
Type

Tipo del delegado que se va a devolver.

Devoluciones

Delegado del tipo especificado o null si no se puede crear dicho delegado.

Se aplica a