C# Класс Microsoft.Scripting.ComInterop.BoundDispEvent

Наследование: System.Dynamic.DynamicObject
Показать файл Открыть проект

Открытые методы

Метод Описание
TryBinaryOperation ( BinaryOperationBinder binder, object handler, object &result ) : bool

Provides the implementation of performing AddAssign and SubtractAssign binary operations.

Приватные методы

Метод Описание
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

Описание методов

TryBinaryOperation() публичный Метод

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.
Результат bool