C# Class Microsoft.Scripting.ComInterop.BoundDispEvent

Inheritance: System.Dynamic.DynamicObject
Show file Open project: jschementi/iron

Public Methods

Method Description
TryBinaryOperation ( BinaryOperationBinder binder, object handler, object &result ) : bool

Provides the implementation of performing AddAssign and SubtractAssign binary operations.

Private Methods

Method 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 method

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.
return bool