MethodMetadata..::..Invoke Method

Invokes the method against the specified target.

Namespace:  Tortuga.Anchor.Metadata
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public Nullable<Object> Invoke(
	Object target,
	Object[] parameters
)
Public Function Invoke ( _
	target As Object, _
	parameters As Object() _
) As Nullable(Of Object)

Parameters

target
Type: Object
The target.
parameters
Type: array<Object>[]()[][]
The parameters.

Return Value

System.Object.