C# 클래스 Microsoft.Scripting.ComInterop.BoundDispEvent

상속: System.Dynamic.DynamicObject
파일 보기 프로젝트 열기: jschementi/iron

공개 메소드들

메소드 설명
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