Click or drag to resize

NodeInCodeTableTryInvokeMember Method

Dynamically invokes a member of the table.

Namespace:  Rhino.NodeInCode
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax
public override bool TryInvokeMember(
	InvokeMemberBinder binder,
	Object[] args,
	out Object result
)

Parameters

binder
Type: System.DynamicInvokeMemberBinder
The binder.
args
Type: SystemObject
The arguments.
result
Type: SystemObject
The result.

Return Value

Type: Boolean
True on success.
See Also