C# Class Microsoft.Scripting.ComInterop.BoundDispEvent

Inheritance: System.Dynamic.DynamicObject
Afficher le fichier Open project: jschementi/iron

Méthodes publiques

Méthode Description
TryBinaryOperation ( BinaryOperationBinder binder, object handler, object &result ) : bool

Provides the implementation of performing AddAssign and SubtractAssign binary operations.

Private Methods

Méthode Description
BoundDispEvent ( object rcw, System.Guid sourceIid, int dispid ) : System.Linq.Expressions
InPlaceAdd ( object handler ) : object

Adds a handler to an event.

InPlaceSubtract ( object handler ) : object

Removes handler from the event.

VerifyHandler ( object handler ) : void

Method Details

TryBinaryOperation() public méthode

Provides the implementation of performing AddAssign and SubtractAssign binary operations.
public TryBinaryOperation ( BinaryOperationBinder binder, object handler, object &result ) : bool
binder System.Dynamic.BinaryOperationBinder The binder provided by the call site.
handler object The handler for the operation.
result object The result of the operation.
Résultat bool