Method | Description | |
---|---|---|
TryInvoke ( |
Provides the implementation for operations that invoke an object. Classes derived from the T:System.Dynamic.DynamicObject class can override this method to specify dynamic behavior for operations such as invoking an object or a delegate.
|
Method | Description | |
---|---|---|
InvokeSetters ( ) : System |
public TryInvoke ( |
||
binder | Provides information about the invoke operation. | |
args | object | The arguments that are passed to the object during the invoke operation. For example, for the sampleObject(100) operation, where sampleObject is derived from the |
result | object | The result of the object invocation. |
return | bool |