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
)
Public Overrides Function TryInvokeMember (
binder As InvokeMemberBinder,
args As Object(),
<OutAttribute> ByRef result As Object
) As Boolean
Parameters
- binder
- Type: System.DynamicInvokeMemberBinder
The binder. - args
- Type: SystemObject
The arguments. - result
- Type: SystemObject
The result.
Return Value
Type:
BooleanTrue on success.
See Also