C# Class System.Runtime.InteropServices.ComEventsHelper

Afficher le fichier Open project: mikedn/runtime Class Usage Examples

Méthodes publiques

Méthode Description
Combine ( object rcw, Guid iid, int dispid, Delegate d ) : void
Remove ( object rcw, Guid iid, int dispid, Delegate d ) : Delegate

Method Details

Combine() public static méthode

public static Combine ( object rcw, Guid iid, int dispid, Delegate d ) : void
rcw object
iid Guid
dispid int
d Delegate
Résultat void

Remove() public static méthode

public static Remove ( object rcw, Guid iid, int dispid, Delegate d ) : Delegate
rcw object
iid Guid
dispid int
d Delegate
Résultat Delegate